repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[InstCombine] Signed saturation tests. NFC
[llvm-complete.git]
/
utils
/
vscode
/
tablegen
/
.vscode
/
launch.json
blob
8384213de75f2a77b7fde403ff8bd2fb590db855
1
// A launch configuration that launches the extension inside a new window
2
{
3
"version": "0.1.0",
4
"configurations": [
5
{
6
"name": "Launch Extension",
7
"type": "extensionHost",
8
"request": "launch",
9
"runtimeExecutable": "${execPath}",
10
"args": ["--extensionDevelopmentPath=${workspaceRoot}" ]
11
}
12
]
13
}