-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Dipto Pandit (dipandit)
committed
Jan 28, 2021
1 parent
1d30d58
commit f99f351
Showing
6 changed files
with
46 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"icon": "img/snort_test_logo.png", | ||
"author": "Dipto Pandit <[email protected]>", | ||
"publisher": "diptopandit", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"homepage": "https://github.com/diptopandit/vscode-snort3-test-adapter", | ||
"repository": { | ||
|
@@ -49,7 +49,8 @@ | |
"vscode": "^1.23.0" | ||
}, | ||
"extensionDependencies": [ | ||
"hbenl.vscode-test-explorer" | ||
"hbenl.vscode-test-explorer", | ||
"diptopandit.snort3-build-tools" | ||
], | ||
"activationEvents": [ | ||
"workspaceContains:bin/snorttest.py" | ||
|
@@ -69,26 +70,6 @@ | |
"description": "write diagnostic logs to the given file", | ||
"type": "string", | ||
"scope": "resource" | ||
}, | ||
"snort3TestExplorer.sf_prefix_snort3": { | ||
"description": "absolute path to the snort install directory", | ||
"type": "string", | ||
"scope": "resource" | ||
}, | ||
"snort3TestExplorer.snort_srcpath": { | ||
"description": "absolute path to the snort source directory", | ||
"type": "string", | ||
"scope": "resource" | ||
}, | ||
"snort3TestExplorer.dependencies": { | ||
"description": "absolute path to the dependencies directory", | ||
"type": "string", | ||
"scope": "resource" | ||
}, | ||
"snort3TestExplorer.concurrency": { | ||
"description": "number of concurrent test runs (defaults to number of processors)", | ||
"type": "integer", | ||
"scope": "resource" | ||
} | ||
} | ||
} | ||
|
Binary file renamed
BIN
+381 KB
release/snort3-test-adapter-0.0.1.vsix → release/snort3-test-adapter-1.0.0.vsix
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters