We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab5212 commit feb26acCopy full SHA for feb26ac
.gitignore
@@ -1,3 +1,2 @@
1
/target
2
.idea
3
-.vscode
.vscode/launch.json
@@ -0,0 +1,28 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "type": "lldb",
9
+ "request": "launch",
10
+ "name": "Debug executable 'emmylua_ls-rust'",
11
+ "cargo": {
12
+ "args": [
13
+ "build",
14
+ "--bin=emmylua_ls",
15
+ "--package=emmylua_ls"
16
+ ],
17
+ "filter": {
18
+ "name": "emmylua_ls",
19
+ "kind": "bin"
20
+ }
21
+ },
22
23
+ "5007"
24
25
+ "cwd": "${workspaceFolder}"
26
27
+ ]
28
+}
0 commit comments