Skip to content

Commit

Permalink
Merge pull request redhat-developer#18 from JPinkney/master
Browse files Browse the repository at this point in the history
Added more features to vscode-k8s
  • Loading branch information
JPinkney authored Jun 21, 2017
2 parents 6ca5bad + ab9560f commit 094eb27
Show file tree
Hide file tree
Showing 20 changed files with 2,927 additions and 282 deletions.
8 changes: 7 additions & 1 deletion client/.vscode/settings.json
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@
"search.exclude": {
"out": true // set this to false to include "out" folder in search results
},
"typescript.tsdk": "./node_modules/typescript/lib" // we want to use the TS server from our node_modules folder to control its version
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
"editor.quickSuggestions": {
"other": true,
"comments": true,
"strings": true
},
"editor.insertSpaces": true
}
Loading

0 comments on commit 094eb27

Please sign in to comment.