Skip to content

Commit

Permalink
Improve goimpl implememtations (#1547)
Browse files Browse the repository at this point in the history
* change InputBox to QuickPick
* search workspace interface symbol according to keyword
* change static code text to code snippet
  • Loading branch information
day-dreams authored and kakaxizhang committed Jun 25, 2021
1 parent c6c97b9 commit c2e17a3
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 7,024 deletions.
15 changes: 8 additions & 7 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
"--disable-extensions"
],
"outFiles": [
"${workspaceFolder}/dist/**/*.js"
],
"${workspaceFolder}/dist/**/*.js"
],
"stopOnEntry": false,
"sourceMaps": true,
"smartStep": true,
"preLaunchTask": "npm: webpack",
"env": {
"VSCODE_GO_IN_TEST": "" // Enable code
"VSCODE_GO_IN_TEST": "" // Enable code
},
},
{
Expand Down Expand Up @@ -61,7 +61,7 @@
"999999"
],
"env": {
"VSCODE_GO_IN_TEST": "1" // Disable code that shouldn't be used in test
"VSCODE_GO_IN_TEST": "1" // Disable code that shouldn't be used in test
},
"stopOnEntry": false,
"sourceMaps": true,
Expand All @@ -83,10 +83,11 @@
"--extensionDevelopmentPath=${workspaceFolder}",
"--extensionTestsPath=${workspaceFolder}/out/test/gopls/index",
"--user-data-dir=${workspaceFolder}/.user-data-dir-test",
"--timeout", "999999",
"--timeout",
"999999",
],
"env": {
"VSCODE_GO_IN_TEST": "1" // Disable code that shouldn't be used in test
"VSCODE_GO_IN_TEST": "1" // Disable code that shouldn't be used in test
},
"stopOnEntry": false,
"sourceMaps": true,
Expand Down Expand Up @@ -122,4 +123,4 @@
]
}
]
}
}
Loading

0 comments on commit c2e17a3

Please sign in to comment.