{"name":"local-api","displayName":"linksaas local-api","description":"linksaas local-api","version":"0.1.2","publisher":"linksaas","repository":{"type":"git","url":"https://atomgit.com/openlinksaas/vs-extension"},"engines":{"vscode":"^1.75.0"},"categories":["Other"],"main"...
(e.document));// In this function, we'll get the file TestItem if we've already found it,// otherwise we'll create it with `canResolveChildren = true` to indicate it// can be passed to the `controller.resolveHandler` to gets its children.functiongetOrCreateFile(uri:vscode.Uri) {...
private _onDidChangeTreeData: vscode.EventEmitter<MinappItem | undefined | void> = new vscode.EventEmitter<MinappItem | undefined | void>(); readonly onDidChangeTreeData: vscode.Event<MinappItem | undefined | void> = this._onDidChangeTreeData.event; getTreeItem(element: MinappItem): vscode.T...
fix the release note link in pr template (#556) 1个月前 .vscode fix: cannot find the correct parent test cases (#56) 2年前 cmd feat: support to generate robot-framework script (#563) 23天前 console fix: the filename is missing when downloading (#566) ...
So it's really only a UI concern, but I'm just wondering if it's a common enough use case that the test filtering/UI update should be provided out-of-the-box by vscode.TestRunProfile? Because run profiles are at the vscode instance-level, it does create some interesting side-effects ...
test(e2e): text fields advanced settings (#22635) Jan 15, 2025 vercel.json remove storybook build command Apr 15, 2023 yarn.lock chore: update node-gyp version (#22663) Jan 24, 2025 Open-source headless CMS, self-hosted or Cloud you’re in control. ...
Failing integration test: vscode API - globalState / workspaceState (fix … 9120f68 bpasero self-assigned this Mar 26, 2024 bpasero enabled auto-merge (squash) March 26, 2024 06:38 vscodenpa added this to the March 2024 milestone Mar 26, 2024 deepak1556 approved these changes Mar...
EventEmitter<RetireEvent>(); get tests(): vscode.Event<TestLoadStartedEvent | TestLoadFinishedEvent> { return this.testsEmitter.event; } get testStates(): vscode.Event<TestRunStartedEvent | TestRunFinishedEvent | TestSuiteEvent | TestEvent> { return this.testStatesEmitter.event; } get retire(...
Sign in Sign up microsoft / vscode Public Notifications Fork 27.6k Star 158k Code Issues 5k+ Pull requests 394 Actions Projects 1 Wiki Security 14 Insights New issue Test: window activity API #210978 Closed 2 tasks done connor4312 opened this issue Apr 22, 2024· 0 commen...
npm install --save-dev @vscode/test-cli @vscode/test-electron After installing the modules, you'll have thevscode-testcommand line, which you can add to thescriptssection in yourpackage.json: {"name": "my-cool-extension","scripts": {+ "test": "vscode-test" ...