We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c78c7b7 commit f14077aCopy full SHA for f14077a
CHANGELOG.md
@@ -0,0 +1,6 @@
1
+# Changelog
2
+
3
+## v0.0.1
4
+* Initial release
5
+* Added Syntax highlighting
6
+* Added few snippets
package.json
@@ -3,6 +3,14 @@
"description": "Bluespec System Verilog support for VS Code",
"version": "0.0.1",
"publisher": "Raamakrishnan A.",
+ "homepage": "https://github.com/Raamakrishnan/bsv-for-vscode",
7
+ "bugs": {
8
+ "url": "https://github.com/Raamakrishnan/bsv-for-vscode/issues"
9
+ },
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/Raamakrishnan/bsv-for-vscode"
13
14
"engines": {
15
"vscode": "^1.10.0"
16
},
0 commit comments