Skip to content

Commit

Permalink
fix: remove launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shimks committed May 25, 2018
1 parent db286bb commit 801436f
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 153 deletions.
28 changes: 0 additions & 28 deletions examples/hello-world/.vscode/launch.json

This file was deleted.

28 changes: 0 additions & 28 deletions examples/log-extension/.vscode/launch.json

This file was deleted.

28 changes: 0 additions & 28 deletions examples/rpc-server/.vscode/launch.json

This file was deleted.

28 changes: 0 additions & 28 deletions examples/todo/.vscode/launch.json

This file was deleted.

38 changes: 0 additions & 38 deletions packages/cli/generators/project/templates/.vscode/launch.json.ejs

This file was deleted.

3 changes: 0 additions & 3 deletions packages/cli/test/integration/lib/project-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ module.exports = function(projGenerator, props, projectType) {
'.npmrc',
'tslint.json',
'src/index.ts',
'.vscode/launch.json',
'.vscode/settings.json',
'.vscode/tasks.json',
]);
Expand All @@ -248,7 +247,6 @@ module.exports = function(projGenerator, props, projectType) {
['package.json', '@loopback/build'],
['tslint.json', '@loopback/build'],
['tsconfig.json', '@loopback/build'],
['.vscode/launch.json', 'lb-mocha'],
]);
assert.noFileContent([
['package.json', '"typescript"'],
Expand Down Expand Up @@ -339,7 +337,6 @@ module.exports = function(projGenerator, props, projectType) {
['package.json', '"prettier"'],
['tslint.json', '"rules"'],
['tsconfig.json', '"compilerOptions"'],
['.vscode/launch.json', '_mocha'],
]);
});
});
Expand Down

0 comments on commit 801436f

Please sign in to comment.