-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from Codeneos/develop
Merge 0.10.0 changes
- Loading branch information
Showing
57 changed files
with
4,468 additions
and
2,272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,12 @@ | ||
// Place your settings in this file to overwrite default and user settings. | ||
{ | ||
"files.exclude": { | ||
"out": false // set this to true to hide the "out" folder with the compiled JS files | ||
"out": false | ||
}, | ||
"search.exclude": { | ||
"out": true // set this to false to include "out" folder in search results | ||
"out": true | ||
}, | ||
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts | ||
"typescript.tsc.autoDetect": "off", | ||
"terminal.integrated.env.osx": { | ||
"SFDX_SET_CLIENT_IDS": "sfdx-vscode" | ||
}, | ||
"terminal.integrated.env.linux": { | ||
"SFDX_SET_CLIENT_IDS": "sfdx-vscode" | ||
}, | ||
"terminal.integrated.env.windows": { | ||
"SFDX_SET_CLIENT_IDS": "sfdx-vscode" | ||
}, | ||
"eslint.nodePath": "c:\\Users\\Peter Gulik\\.vscode\\extensions\\salesforce.salesforcedx-vscode-lwc-44.6.1\\node_modules" | ||
"debug.node.autoAttach": "on", | ||
"typescript.tsdk": "node_modules\\typescript\\lib" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.