This repository was archived by the owner on May 28, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +48
-2639
lines changed
Expand file tree Collapse file tree 6 files changed +48
-2639
lines changed Original file line number Diff line number Diff line change 11out
2- dist
32node_modules
43* .vsix
Original file line number Diff line number Diff line change 1111 "request" : " launch" ,
1212 "runtimeExecutable" : " ${execPath}" ,
1313 "args" : [" --extensionDevelopmentPath=${workspaceFolder}" ],
14- "outFiles" : [" ${workspaceFolder}/dist /**/*.js" ],
14+ "outFiles" : [" ${workspaceFolder}/out /**/*.js" ],
1515 "preLaunchTask" : " npm: watch"
1616 }
1717 ]
Original file line number Diff line number Diff line change 77** /* .map
88* .vsix
99
10- node_modules
11- out /
12-
1310images /** /* .gif
1411images /** /* .png
1512
@@ -23,7 +20,6 @@ images/**/*.png
2320
2421tsconfig * .json
2522package-lock.json
26- webpack.config.js
2723
2824CODE_OF_CONDUCT.md
2925CODING_STANDARDS.md
Original file line number Diff line number Diff line change 22 "name" : " vscode-deno" ,
33 "displayName" : " %deno.displayName%" ,
44 "description" : " %deno.description%" ,
5- "version" : " 1.0.5 " ,
5+ "version" : " 1.0.4 " ,
66 "publisher" : " justjavac" ,
77 "icon" : " deno.png" ,
88 "galleryBanner" : {
4141 " onCommand:deno.enable" ,
4242 " onCommand:deno.disable"
4343 ],
44- "main" : " ./dist /extension" ,
44+ "main" : " ./out /extension.js " ,
4545 "contributes" : {
4646 "typescriptServerPlugins" : [
4747 {
128128 ]
129129 },
130130 "scripts" : {
131- "vscode:prepublish" : " webpack --mode production " ,
131+ "vscode:prepublish" : " yarn compile " ,
132132 "postinstall" : " node ./node_modules/vscode/bin/install" ,
133- "compile " : " webpack --mode none " ,
134- "watch " : " webpack --mode none --watch "
133+ "watch " : " tsc -watch -p ./ " ,
134+ "compile " : " tsc -p ./ "
135135 },
136136 "devDependencies" : {
137137 "@types/node" : " ^10.12.18" ,
138- "@types/webpack" : " ^4.4.25" ,
139138 "@types/which" : " ^1.3.1" ,
140- "ts-loader" : " ^5.3.3" ,
141139 "typescript" : " ^3.2.4" ,
142- "vscode" : " ^1.1.27" ,
143- "webpack" : " ^4.29.6" ,
144- "webpack-cli" : " ^3.2.3"
140+ "vscode" : " ^1.1.27"
145141 },
146142 "dependencies" : {
147143 "typescript-deno-plugin" : " ^1.1.0" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments