File tree 3 files changed +893
-7
lines changed 3 files changed +893
-7
lines changed Original file line number Diff line number Diff line change
1
+ .token
1
2
node_modules
2
3
* .vsix
3
4
out
5
+ test.rb
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " syntax_tree " ,
2
+ "name" : " vscode-syntax-tree " ,
3
3
"displayName" : " Syntax Tree" ,
4
- "description" : " VSCode integration for syntax tree " ,
4
+ "description" : " VSCode support for the syntax_tree gem " ,
5
5
"version" : " 0.1.0" ,
6
- "publisher" : " kddnewton " ,
6
+ "publisher" : " ruby-syntax-tree " ,
7
7
"repository" : {
8
8
"type" : " git" ,
9
- "url" : " https://github.com/kddnewton/syntax_tree .git"
9
+ "url" : " https://github.com/ruby-syntax-tree/vscode-syntax-tree .git"
10
10
},
11
11
"license" : " MIT" ,
12
12
"bugs" : {
13
- "url" : " https://github.com/kddnewton/syntax_tree /issues"
13
+ "url" : " https://github.com/ruby-syntax-tree/vscode-syntax-tree /issues"
14
14
},
15
15
"engines" : {
16
16
"vscode" : " ^1.46.0"
78
78
"devDependencies" : {
79
79
"@types/node" : " ^17.0.8" ,
80
80
"@types/vscode" : " ^1.46.0" ,
81
- "typescript" : " ^4.2.2"
81
+ "typescript" : " ^4.2.2" ,
82
+ "vsce" : " ^2.6.7"
82
83
}
83
84
}
You can’t perform that action at this time.
0 commit comments