Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d79acff

Browse files
committed
Publish
1 parent 0cf56a2 commit d79acff

File tree

3 files changed

+893
-7
lines changed

3 files changed

+893
-7
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.token
12
node_modules
23
*.vsix
34
out
5+
test.rb

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"name": "syntax_tree",
2+
"name": "vscode-syntax-tree",
33
"displayName": "Syntax Tree",
4-
"description": "VSCode integration for syntax tree",
4+
"description": "VSCode support for the syntax_tree gem",
55
"version": "0.1.0",
6-
"publisher": "kddnewton",
6+
"publisher": "ruby-syntax-tree",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/kddnewton/syntax_tree.git"
9+
"url": "https://github.com/ruby-syntax-tree/vscode-syntax-tree.git"
1010
},
1111
"license": "MIT",
1212
"bugs": {
13-
"url": "https://github.com/kddnewton/syntax_tree/issues"
13+
"url": "https://github.com/ruby-syntax-tree/vscode-syntax-tree/issues"
1414
},
1515
"engines": {
1616
"vscode": "^1.46.0"
@@ -78,6 +78,7 @@
7878
"devDependencies": {
7979
"@types/node": "^17.0.8",
8080
"@types/vscode": "^1.46.0",
81-
"typescript": "^4.2.2"
81+
"typescript": "^4.2.2",
82+
"vsce": "^2.6.7"
8283
}
8384
}

0 commit comments

Comments
 (0)