Skip to content

Instantly share code, notes, and snippets.

@willnode
Created February 15, 2019 13:38
Show Gist options
  • Select an option

  • Save willnode/c1ae13939abddeaa2385f899403f9b49 to your computer and use it in GitHub Desktop.

Select an option

Save willnode/c1ae13939abddeaa2385f899403f9b49 to your computer and use it in GitHub Desktop.
// Place your settings in this file to overwrite the default settings
{
"files.exclude": {
"**/*.meta": true,
"**/Dump": true,
"**/bin": true,
"**/obj": true,
"**/~$*": true,
"**/.vs": true,
"**/_site/": true,
"**/.sass-cache/": true,
"node_modules/": true,
},
"update.channel": "none",
"editor.fontSize": 14,
"less.validate": false,
"editor.minimap.enabled": false,
"window.zoomLevel": -1,
"editor.codeLens": false,
"terminal.integrated.fontFamily": "Courier New",
"extensions.autoUpdate": false,
"workbench.startupEditor": "welcomePage",
"grunt.autoDetect": "off",
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"npm.autoDetect": "off",
"editor.lightbulb.enabled": false,
"emmet.triggerExpansionOnTab": false,
"git.enabled": true,
"window.restoreWindows": "none",
"window.newWindowDimensions": "maximized",
"terminal.explorerKind": "external",
"extensions.ignoreRecommendations": true,
"files.trimTrailingWhitespace": true,
"git.enableSmartCommit": true,
"files.associations": {
"*.vue": "vue"
},
"workbench.activityBar.visible": true,
"json.schemas": [
{
"fileMatch": [
"/manifest.json"
],
"url": "http://json.schemastore.org/chrome-manifest"
},
],
"terminal.external.windowsExec": "C:\\WINDOWS\\System32\\cmd.exe",
"editor.insertSpaces": false,
"C_Cpp.default.includePath": [
"C:\\Tools\\boost_1_61_0\\boost",
"C:\\Tools\\boost_1_61_0\\libs"
],
"explorer.confirmDragAndDrop": false,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\cmd.exe",
"terminal.integrated.shellArgs.windows": [
"/k",
"PATH %PATH%;%CD%\\node_modules\\.bin"
],
"explorer.confirmDelete": false,
"workbench.colorTheme": "Visual Studio Dark",
"C_Cpp.default.cppStandard": "c++14",
"C_Cpp.default.intelliSenseMode": "gcc-x64",
"C_Cpp.intelliSenseEngine": "Default",
"php.validate.executablePath": "C:\\Tools\\xampp\\php\\php.exe",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment