You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
package.json: remove 'workspaceContains' from activation events
It's not too late to start the work when a Go file is open.
Go became popular so it's not uncommon to see a large repo that
contains some go files.
Also activate it if go.sum or go template files are open.
onLanguage:go.mod and onLanguage:go.work are unnecessary according to
vscode's diagnostics - the existence of language contribution config
makes vscode auto-handle the activation.
Fixes#3038Fixes#2164
Change-Id: I3ca55316b00cbe7fc82ed01be65cce83d88b9053
Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/545136
Run-TryBot: Hyang-Ah Hana Kim <[email protected]>
TryBot-Result: kokoro <[email protected]>
Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
Reviewed-by: Robert Findley <[email protected]>
Auto-Submit: Hyang-Ah Hana Kim <[email protected]>
0 commit comments