diff options
author | crupest <crupest@outlook.com> | 2022-01-10 01:37:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-01-10 01:37:37 +0800 |
commit | 13256b52f55922c52c3d42b0088cfef530907e1d (patch) | |
tree | 4cf058d7bbe57501c3e84e2abb51d616ffc0af16 /.vscode | |
parent | 8a54ac80091ec38d2647feef81519bf78acefe99 (diff) | |
download | cru-13256b52f55922c52c3d42b0088cfef530907e1d.tar.gz cru-13256b52f55922c52c3d42b0088cfef530907e1d.tar.bz2 cru-13256b52f55922c52c3d42b0088cfef530907e1d.zip |
...
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/c_cpp_properties.json | 9 | ||||
-rw-r--r-- | .vscode/launch.json | 16 |
2 files changed, 0 insertions, 25 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index 897dbc57..00000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configurations": [ - { - "name": "cpp", - "configurationProvider": "ms-vscode.cmake-tools" - } - ], - "version": 4 -} 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" - } - ] -} |