File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
"author" : " Arduino SA" ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
- "url" : " https://github.com/arduino/vscode-arduino-language-server "
10
+ "url" : " https://github.com/arduino/vscode-arduino-tools "
11
11
},
12
12
"bugs" : {
13
- "url" : " https://github.com/arduino/vscode-arduino-language-server /issues"
13
+ "url" : " https://github.com/arduino/vscode-arduino-tools /issues"
14
14
},
15
15
"main" : " ./dist/extension.js" ,
16
16
"files" : [
25
25
"compile-tests" : " tsc -p . --outDir lib" ,
26
26
"format" : " prettier --write . && prettier-package-json --write ./package.json" ,
27
27
"generate" : " node ./scripts/generate.js 1.5.1" ,
28
- "postinstall" : " node ./scripts/cli 0.35.0-rc.3 " ,
28
+ "postinstall" : " node ./scripts/cli 0.35.0-rc.5 " ,
29
29
"lint" : " eslint src --ext ts" ,
30
30
"prepackage" : " yarn clean && yarn compile && yarn lint && yarn webpack" ,
31
31
"package" : " mkdirp build-artifacts && vsce package --out ./build-artifacts" ,
You can’t perform that action at this time.
0 commit comments