Benjamin Pasero
Benjamin Pasero
fix https://github.com/aadsm/jschardet/issues/97 👋 We (VS Code) are in the process of moving to ESM (https://github.com/microsoft/vscode/pull/166033) and are running into an issue when loading `jschardet.min.js` into our node.js environment. The error...
See this code: ```js const vm = require('vm'); const mod = require('module'); const fs = require('fs'); const content = fs.readFileSync('/jschardet.min.js', 'utf8'); const scriptSource = mod.wrap(content.replace(/^#!.*/, '')); const script = new...
We have this to work with inline edits now:  Maybe the actions could be made more explicit to be a kind of toolbar, like we do in the chat...
Steps to Reproduce: 1. bring up inline chat with a lengthy response 2. make sure sticky scroll is enabled 3. notice how when inline chat widget grows up, the top...
Bisecting points to https://github.com/microsoft/vscode/compare/b23e791eb5afbd95f05aa24da7693ce89344a079...8703a11164db333db471576d38ddc143d6ad7ead which would indicate it could be the Electron 30 update. **Steps:** - right click left or right of the command center - notice how the context...
I created a new empty profile and the "Open Editors" view was visible:  My understanding is that this view is hidden by default.
Here in "File" node there could be a context menu to either check or uncheck all checkboxes: 
 I am not sure how much is on us vs. them, but I see many things going on: - we open in the "Explorer" first and then go to...
This suggest:  Would be great to have in the PR title input field: 
Steps to Reproduce: 1. I am running out of sources without being logged in but with chat extension installed 2. click on the chat view ``` [createInstance] First service dependency...