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
@@ -288,7 +288,7 @@ describe.skip('CodeWhisperer telemetry', async function () {
288
288
// as per vscode official repo PR https://github.com/microsoft/vscode/commit/cb0e59c56677181b570b110167d13efb4ba7677d#diff-84b7f4a5ab7c383d86e2d40e2c704d255dc1e187a29386c036023a4696196556R19
289
289
// navigation commands seem to be introduced since 1.78.0
290
290
functionshouldRun(){
291
-
constversion=getMinVscodeVersion()
291
+
constversion=env.getMinVscodeVersion()
292
292
if(semver.gte(version,'1.78.0')){
293
293
thrownewError('Minimum VSCode version is greater than 1.78.0, this check should be removed')
/** Global, shared, mutable, persisted state (survives IDE restart), namespaced to the extension (i.e. not shared with other vscode extensions). */
174
+
/** Global, shared (with all vscode instances, including remote!), mutable, persisted state (survives IDE restart), namespaced to the extension (not shared with other vscode extensions). */
175
175
readonlyglobalState: GlobalState
176
176
/** Decides the prefix for package.json extension parameters, e.g. commands, 'setContext' values, etc. */
0 commit comments