Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Commit 89e20b7

Browse files
committed
Multi root ready tag
1 parent 2361b2e commit 89e20b7

4 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## 0.6.67 - 3rd November, 2017
1+
## 0.6.67 - 4th November, 2017
22

33
* [Nuruddin Ashr (@uudashr)](https://github.com/uudashr)
4-
* Do not show suggestions from internal packages from other projects. Fixes [Bug 1256](https://github.com/Microsoft/vscode-go/issues/1256).
4+
* Do not show suggestions from internal packages of other projects. Fixes [Bug 1256](https://github.com/Microsoft/vscode-go/issues/1256).
55

66
* [Alexander Kohler (@alexkohler)](https://github.com/alexkohler)
77
* Fix issue with `go.useCodeSnippetsOnFunctionSuggestWithoutType` setting dropping parameters of same type. Fixes [Bug 1279](https://github.com/Microsoft/vscode-go/issues/1279) via [PR 1284](https://github.com/Microsoft/vscode-go/pull/1284)

Go-latest.vsix

336 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"type": "git",
2424
"url": "https://github.com/Microsoft/vscode-go.git"
2525
},
26+
"keywords": [
27+
"multi-root ready"
28+
],
2629
"scripts": {
2730
"vscode:prepublish": "tsc -p ./",
2831
"compile": "tsc -watch -p ./",

src/goMain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export function activate(ctx: vscode.ExtensionContext): void {
5151
"data": { "classification": "SystemMetaData", "purpose": "FeatureInsight" }
5252
}
5353
*/
54-
//sendTelemetryEvent('beta-testing', { version: '0.6.67', date: '10/18/2017' });
54+
// sendTelemetryEvent('beta-testing', { version: '0.6.67', date: '10/18/2017' });
5555

5656
let useLangServer = vscode.workspace.getConfiguration('go')['useLanguageServer'];
5757
let langServerFlags: string[] = vscode.workspace.getConfiguration('go')['languageServerFlags'] || [];

0 commit comments

Comments
 (0)