forked from yatli/fvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
launchSettings.json
35 lines (35 loc) · 922 Bytes
/
launchSettings.json
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
{
"profiles": {
"fvim": {
"commandName": "Project"
},
"multigrid": {
"commandName": "Project",
"commandLineArgs": "--debug-multigrid"
},
"norc": {
"commandName": "Project",
"commandLineArgs": "-u NORC",
"workingDirectory": "C:\\Users\\Yatao"
},
"built_nvim": {
"commandName": "Project",
"commandLineArgs": "--nvim \"F:\\git\\neovim\\build\\bin\\nvim.exe\"",
"nativeDebugging": true
},
"just_nvim_headless": {
"commandName": "Executable",
"executablePath": "F:\\git\\neovim\\build\\bin\\nvim.exe",
"commandLineArgs": "-u NONE -i NONE",
"nativeDebugging": true
},
"fvim-terminal": {
"commandName": "Project",
"commandLineArgs": "--terminal --terminal-cmd powershell"
},
"fvr client": {
"commandName": "Project",
"commandLineArgs": "--fvr n --ssh yatao-nas"
}
}
}