mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 12:04:04 +01:00
Move EnvironmentVariableCollection API into ExtensionContext (#96061)
* Move env var collection to ext context * Remove dispose, fix persistent passing * Fire collection change on persistence change * Fix tests by forcing activation and getting ctx * chore: bump js-debug Co-authored-by: Connor Peet <connor@peet.io>
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
import * as vscode from 'vscode';
|
||||
|
||||
export function activate(_context: vscode.ExtensionContext) {
|
||||
// noop
|
||||
// Set context as a global as some tests depend on it
|
||||
(global as any).testExtensionContext = _context;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user