diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-03-24 14:46:30 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-03-24 14:46:30 +0800 |
commit | 4d011025614c07447ad33018ac341917f58249ee (patch) | |
tree | ce542df3e18eba95b1da7f0802cad73403dd713f | |
parent | ceeb08d99699b8518de5c92908c8ecc57e23310b (diff) | |
download | lua-language-server-4d011025614c07447ad33018ac341917f58249ee.zip |
fix icon
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 94991839..1fe9d711 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -21,7 +21,7 @@ ], }, { - "name": "🪡attach", + "name": "🍄attach", "type": "lua", "request": "attach", "stopOnEntry": false, |