Skip to content

Instantly share code, notes, and snippets.

@vedantroy
Created February 7, 2020 05:45
Show Gist options
  • Save vedantroy/eb8ba455d845f18acf3f9494e4adc769 to your computer and use it in GitHub Desktop.
Save vedantroy/eb8ba455d845f18acf3f9494e4adc769 to your computer and use it in GitHub Desktop.
vscode config
{
// Use Visual Studio 2019 Developer Tools Terminal
"terminal.integrated.shell.windows": "C:\\Windows\\Sysnative\\cmd.exe",
"terminal.integrated.shellArgs.windows": ["/k", "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Community\\Common7\\Tools\\VsDevCmd.bat"],
//"terminal.integrated.shell.windows": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
// VS Code Vim Settings
"vim.highlightedyank.enable": true,
// Enabling vim.ignorecase also enables smartcase
"vim.ignorecase": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.largeFileOptimizations": false,
"window.zoomLevel": 1,
"flow.pathToFlow": "",
"flow.useLSP": false,
"flow.useNPMPackagedFlow": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment