Skip to content

Commit c2e17a3

Browse files
day-dreamskakaxizhang
authored and
kakaxizhang
committed
Improve goimpl implememtations (golang#1547)
* change InputBox to QuickPick * search workspace interface symbol according to keyword * change static code text to code snippet
1 parent c6c97b9 commit c2e17a3

File tree

4 files changed

+93
-7024
lines changed

4 files changed

+93
-7024
lines changed

.vscode/launch.json

+8-7
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"--disable-extensions"
2121
],
2222
"outFiles": [
23-
"${workspaceFolder}/dist/**/*.js"
24-
],
23+
"${workspaceFolder}/dist/**/*.js"
24+
],
2525
"stopOnEntry": false,
2626
"sourceMaps": true,
2727
"smartStep": true,
2828
"preLaunchTask": "npm: webpack",
2929
"env": {
30-
"VSCODE_GO_IN_TEST": "" // Enable code
30+
"VSCODE_GO_IN_TEST": "" // Enable code
3131
},
3232
},
3333
{
@@ -61,7 +61,7 @@
6161
"999999"
6262
],
6363
"env": {
64-
"VSCODE_GO_IN_TEST": "1" // Disable code that shouldn't be used in test
64+
"VSCODE_GO_IN_TEST": "1" // Disable code that shouldn't be used in test
6565
},
6666
"stopOnEntry": false,
6767
"sourceMaps": true,
@@ -83,10 +83,11 @@
8383
"--extensionDevelopmentPath=${workspaceFolder}",
8484
"--extensionTestsPath=${workspaceFolder}/out/test/gopls/index",
8585
"--user-data-dir=${workspaceFolder}/.user-data-dir-test",
86-
"--timeout", "999999",
86+
"--timeout",
87+
"999999",
8788
],
8889
"env": {
89-
"VSCODE_GO_IN_TEST": "1" // Disable code that shouldn't be used in test
90+
"VSCODE_GO_IN_TEST": "1" // Disable code that shouldn't be used in test
9091
},
9192
"stopOnEntry": false,
9293
"sourceMaps": true,
@@ -122,4 +123,4 @@
122123
]
123124
}
124125
]
125-
}
126+
}

0 commit comments

Comments
 (0)