Skip to content

Commit

Permalink
Extension uses root directorys package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
vlj committed Sep 30, 2019
1 parent d448f48 commit d1b093d
Show file tree
Hide file tree
Showing 12 changed files with 778 additions and 875 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"request": "launch",
"name": "Launch Client",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}/client"],
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
"outFiles": ["${workspaceRoot}/client/out/**/*.js"],
"preLaunchTask": {
"type": "npm",
Expand Down
13 changes: 12 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
node_modules/**
node_modules/**
.vscode/**
client/out/test/**
client/test/**
client/src/**
client/server/installServerIntoExtension.cmd
client/server/installServerIntoExtension
client/**/*.map
.gitignore
client/tsconfig.json
server/**
html_views/**
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
world: compile
cd client && node_modules/.bin/vsce package
node_modules/.bin/vsce package

clean:
rm -rf node_modules html_views/node_modules server/node_modules client/node_modules
Expand Down
9 changes: 0 additions & 9 deletions client/.vscodeignore

This file was deleted.

74 changes: 0 additions & 74 deletions client/CHANGELOG.md

This file was deleted.

23 changes: 0 additions & 23 deletions client/README.md

This file was deleted.

Loading

0 comments on commit d1b093d

Please sign in to comment.