[InstCombine] Signed saturation tests. NFC
[llvm-complete.git] / utils / vscode / tablegen / .vscode / launch.json
blob8384213de75f2a77b7fde403ff8bd2fb590db855
1 // A launch configuration that launches the extension inside a new window
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     ]