File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed
Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ target/**
33.vscode /**
44.vscode-test /**
55out /test /**
6+ out /.keep
67test /**
78src /**
89** /* .map
Original file line number Diff line number Diff line change 3535 "tsc" : " ./node_modules/.bin/tsc" ,
3636 "vscode:prepublish" : " npm run update-all && ./node_modules/.bin/tsc -p ./" ,
3737 "compile" : " ./node_modules/.bin/tsc -p ./" ,
38- "update-all" : " npm install && node ./node_modules/vscode/bin/install && mkdir -p out && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v1.0.0-RC3/coursier" ,
38+ "update-all" : " npm install && node ./node_modules/vscode/bin/install && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v1.0.0-RC3/coursier" ,
3939 "test" : " node ./node_modules/vscode/bin/test"
4040 },
4141 "extensionDependencies" : [
You can’t perform that action at this time.
0 commit comments