vscode
vscode copied to clipboard
Visual Studio Code
See this in the console of insiders.. Looks like some ad-hoc chat model is ending up being file watched ``` ERR [File Watcher (node.js)] Error: ENAMETOOLONG: name too long, stat...
```javascript Error at vIi.create in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/base/common/event.ts:929:15 at TXe.q [as onModelLanguageChanged] in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/base/common/event.ts:1114:34 at new Es in vs/workbench/common/contextkeys.ts:229:39 at new npe in vs/workbench/contrib/chat/browser/chatInlineAnchorWidget.ts:188:45 at q1t.o in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/platform/instantiation/common/instantiationService.ts:162:18 at q1t.createInstance in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/platform/instantiation/common/instantiationService.ts:128:18...
Type: Bug When I ask Copilot Agent to change my code, it shows me the file it changes and the amount of lines added and removed from the file. After...
```javascript Error at vIi.create in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/base/common/event.ts:929:15 at TXe.q [as onModelAdded] in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/base/common/event.ts:1114:34 at new Es in vs/workbench/common/contextkeys.ts:224:39 at new npe in vs/workbench/contrib/chat/browser/chatInlineAnchorWidget.ts:188:45 at q1t.o in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/platform/instantiation/common/instantiationService.ts:162:18 at q1t.createInstance in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/platform/instantiation/common/instantiationService.ts:128:18...
[13e] potential listener LEAK detected, having 363 listeners already. MOST frequent listener (160):
```javascript Error at vIi.create in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/base/common/event.ts:929:15 at TXe.q [as onModelLanguageChanged] in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/base/common/event.ts:1114:34 at new Es in vs/workbench/common/contextkeys.ts:229:39 at new npe in vs/workbench/contrib/chat/browser/chatInlineAnchorWidget.ts:188:45 at q1t.o in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/platform/instantiation/common/instantiationService.ts:162:18 at q1t.createInstance in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/platform/instantiation/common/instantiationService.ts:128:18...
```javascript Error at vIi.create in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/base/common/event.ts:929:15 at oNs.q [as onDidChangeContext] in ./file:/Users/cloudtest/vss/_work/1/s/src/vs/base/common/event.ts:1114:34 at oNs.n in vs/platform/contextkey/browser/contextKeyService.ts:453:51 at new oNs in vs/platform/contextkey/browser/contextKeyService.ts:437:8 at oNs.createScoped in vs/platform/contextkey/browser/contextKeyService.ts:307:10 at new npe in vs/workbench/contrib/chat/browser/chatInlineAnchorWidget.ts:107:70...
Visual Studio Code have not appear to have the ability to do the Tools->Options Tab settings of Visual Studio Professional where you can specify that tabs are 8 spaces but...
Feature Request: Allow extensions to control Activity Bar title casing (prevent automatic uppercase)
**Current Behavior:** When defining an Activity Bar contribution using `contributes.viewsContainers.activitybar` in `package.json`, the provided `title` string (e.g., "My Extension") is always rendered in the VS Code UI in ALL CAPS...
I would like to request a feature that supports selecting a subset of scopes when attempting to connect to a remote MCP server that requires authentication. Currently, VS Code requests...
This PR removes the "Did you mean" suggestions and adds an AI settings search toggle instead.