-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode.config
48 lines (46 loc) · 1.61 KB
/
vscode.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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
}