aboutsummaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-01-10 01:37:37 +0800
committercrupest <crupest@outlook.com>2022-01-10 01:37:37 +0800
commit13256b52f55922c52c3d42b0088cfef530907e1d (patch)
tree4cf058d7bbe57501c3e84e2abb51d616ffc0af16 /.vscode/launch.json
parent8a54ac80091ec38d2647feef81519bf78acefe99 (diff)
downloadcru-13256b52f55922c52c3d42b0088cfef530907e1d.tar.gz
cru-13256b52f55922c52c3d42b0088cfef530907e1d.tar.bz2
cru-13256b52f55922c52c3d42b0088cfef530907e1d.zip
...
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json16
1 files changed, 0 insertions, 16 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
deleted file mode 100644
index 28cdad38..00000000
--- a/.vscode/launch.json
+++ /dev/null
@@ -1,16 +0,0 @@
-{
- // Use IntelliSense to learn about possible attributes.
- // Hover to view descriptions of existing attributes.
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
- "version": "0.2.0",
- "configurations": [
- {
- "name": "Debug",
- "type": "lldb-mi",
- "request": "launch",
- "target": "./build/demo_input_method",
- "cwd": "${workspaceRoot}",
- "valuesFormatting": "parseText"
- }
- ]
-}