Alex Ross

Results 687 comments of Alex Ross

Looks like we need a similar setting to githubIssues.issueCompletionFormatScm, but for the editor.

Original issue: https://github.com/Microsoft/vscode/issues/71821

Having the big changes here is perfect, thank you. I took a quick look at how other languages handle new: coffee keyword.operator.new.coffee JS keyword.operator.new.js groovy keyword.control.new.groovy java keyword.control.new.java There isn't...

@jeff-hykin thank you for the detailed description of the issue and for all the fixes and suggestions! We are planning on releasing soon, and I want all these changes to...

I lean towards `restricted`. However, it seems confusing to make `public` mean "all interfaces" with Remote Containers and "actually anyone with a link" in Codespaces. Can `visibility` be something that...

Limiting the `visibility` to 3 choices is also artificial. Codespaces can have as many visibility options as they want. Will we consider having additional options if Codespaces changes their options?

Including the "product" name in the setting would make it clearer, but then we would be diverging from the schema that VS Code uses for `visibility` in the `remote.portsAttributes` setting,...

Next time it happens, can you share logs from "Window", "ExtensionHost", and "SharedProcess"?

Also from @kokutoukiritsugu : another problem: echo new line: ``` echo, echo; echo( echo/ echo+ echo= echo. echo\ echo: ``` only two of then highlighting ![image](https://user-images.githubusercontent.com/5471433/210677672-e4a64340-c41c-4265-960e-085cd5cd5a61.png) https://stackoverflow.com/a/6379940