Martin Aeschlimann

Results 69 issues of Martin Aeschlimann

Since 1.43, VSCode themes can take advantage of [semantic highlighting](https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting). Every theme controls whether semantic tokens are enabled. So far, only built-in themes have it enabled and I filed this...

Since 1.43, VSCode themes can take advantage of [semantic highlighting](https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting). Every theme controls whether semantic tokens are enabled. So far, only built-in themes have it enabled and I filed this...

Originally filed as https://github.com/microsoft/vscode/issues/149733 According to the [MDN page about the CSS `aspect-ratio` property](https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio), it is no longer considered experimental. https://github.com/mdn/data/blob/7ad63b7a52b16415e9a67af700a0006300b69b7b/css/properties.json#L1995 still has the `experimental` status.

The `host` header that is set by the proxy does not include the port. The easiest fix is to just remove the `host` header as it will be automatically set...

The [x-forwarded-host](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Host) header names the original host (including the port).

In 1.26 we discovered that several extensions probably call the 'vscode.openFolder' command with invalid file URIs: ``` kalitaalexey.vscode-rust/out/src/components/cargo/cargo_manager.js `373,53: vscode.commands.executeCommand('vscode.openFolder', uri, true);` kalitaalexey.vscode-rust/out/src/components/cargo/CargoManager.js `192,55: vscode_1.commands.executeCommand('vscode.openFolder', uri, true);` ``` When creating...

As I just filed for the One Dark theme, it would be great if also the One Light theme could adopt semantic highlighting. The [Semantic Highlighting Wiki](https://github.com/microsoft/vscode/wiki/Semantic-Highlighting-Overview) and the [Semantic...

Since 1.43, VSCode themes can take advantage of [semantic highlighting](https://code.visualstudio.com/docs/getstarted/themes#_semantic-highlighting). Every theme controls whether semantic tokens are enabled. So far, only built-in themes have it enabled and I filed this...

- [x] Create a milestone `November 2022 Recovery 1` **@aeschli** - [x] Bump the version number **@aeschli** - [ ] [đŸ”–candidate issues](https://github.com/issues?utf8=✓&q=is%3Aissue+label%3Acandidate+repo%3Amicrosoft%2Fvscode+repo%3Amicrosoft%2Fvscode-internalbacklog+repo%3Amicrosoft%2Fvscode-remote-release+milestone%3A%22November+2022+Recovery+1%22) - [ ] Assign candidate issues to the...

endgame-plan

In VS Code we use js-beautifier for CSS also for SCSS. I know that's a stretch, but it seems to work quite well. For the following examples, unfortunately, the formatter...

type: bug
language: css
language: templating