Benjamin Pasero

Results 97 issues of 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: ![Image](https://github.com/user-attachments/assets/da709ab3-6d74-4cbf-858c-a0e3101fd5a8) Maybe the actions could be made more explicit to be a kind of toolbar, like we do in the chat...

inline-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...

bug
papercut :drop_of_blood:
editor-sticky-scroll
inline-chat

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...

bug
macos
electron
titlebar
regression
papercut :drop_of_blood:

I created a new empty profile and the "Open Editors" view was visible: ![Image](https://github.com/user-attachments/assets/97c75a7b-b702-4c41-9432-d6a520e1f2c0) My understanding is that this view is hidden by default.

info-needed

Here in "File" node there could be a context menu to either check or uncheck all checkboxes: ![Image](https://github.com/user-attachments/assets/03673f22-b721-40f4-b5eb-0d9daadb5553)

feature-request

![Image](https://github.com/user-attachments/assets/4cba34bc-ad3f-48e5-a864-34c2161f1bd0) 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...

feature-request
polish

This suggest: ![Image](https://github.com/user-attachments/assets/263e5f8b-9d99-4006-b88e-9e5fb6e5fca1) Would be great to have in the PR title input field: ![Image](https://github.com/user-attachments/assets/13433d10-6ce3-4d53-a325-e4fde02ec649)

upstream/vscode

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...

bug
chat