Skip to content

Commit

Permalink
Create vscode.config
Browse files Browse the repository at this point in the history
  • Loading branch information
dustweed0x authored Dec 27, 2018
1 parent a36f901 commit 87e656a
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions vscode.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"files.autoSave": "onFocusChange",
"editor.wordWrap": "on",


// Shell commands, see default for examples.
"startanyshell.shells": [
{
"description": "Windows Command Prompt",
"command": "start \"%description%\" /WAIT %comspec%"
},
{
"description": "Git Bash 2",
"command": "\"C:\\Program Files\\Git\\git-bash.exe\" \"--cd=%path%\""
},
{
"description": "Windows Powershell",
"command": "start \"%description%\" powershell.exe -noexit"
},
{
"description": "Developer Command Prompt for VS2015",
"command": "start \"%description%\" /WAIT \"%HOMEDRIVE%\\Program Files (x86)\\Microsoft Visual Studio 14.0\\Common7\\Tools\\VsDevCmd.bat\""
},
{
"description": "Cmder",
"command": "cmder.exe /start \"%path%\""
}
],
"editor.fontSize": 12,
"sync.gist": "2b3e19931982498898d75d0a0ecef15ef4a874ed",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "",
"sync.lastDownload": "",
"sync.forceDownload": false,
"http.proxy": "http://pxsis.sunat.peru:8080",
"workbench.colorTheme": "One Dark Pro Vivid",
"window.zoomLevel": 0,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.scrollback": 10000
}

0 comments on commit 87e656a

Please sign in to comment.