Search Articles — Sudonull

Search Results

From the web

Set language for syntax highlighting in Visual Studio Code

https://stackoverflow.com/questions/30775551/set-language-for-syntax-highlighting-in-visual-studio-code

VS Code has a setting, files.defaultLanguage, to configure a default language for untitled files. With this release, the setting can take a new value {activeEditorLanguage} that will dynamically use the language mode of the currently active editor instead of a fixed default.

VScode crashed (reason: 'oom', code: '-536870904')

https://stackoverflow.com/questions/71614897/vscode-crashed-reason-oom-code-536870904

Mar 25, 2022 · Still not a problem in a regular PowerShell terminal, but this was a problem with VS Code's Integrated terminal. So the problem appears to be outputting too much text and exceeding the VS Code integrated terminal's text buffer or memory allotment. Be careful of how much text your script is attempting to write to the standard output!

VS Code не корректно отображаются русские комментарии ( )

https://ru.stackoverflow.com/questions/608803/vs-code-%D0%BD%D0%B5-%D0%BA%D0%BE%D1%80%D1%80%D0%B5%D0%BA%D1%82%D0%BD%D0%BE-%D0%BE%D1%82%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B0%D1%8E%D1%82%D1%81%D1%8F-%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%B8%D0%B5-%D0%BA%D0%BE%D0%BC%D0%BC%D0%B5%D0%BD%D1%82%D0%B0%D1%80%D0%B8%D0%B8

Открыл код написанный в другой среде с помощью редактора VS Code, однако русские комментарии в VS Code отображаются: // В настройках Configure Language стоит - "locale":"ru". Как сд...

Всплывающие подсказки VS Code на русском?

https://ru.stackoverflow.com/questions/1440185/%D0%92%D1%81%D0%BF%D0%BB%D1%8B%D0%B2%D0%B0%D1%8E%D1%89%D0%B8%D0%B5-%D0%BF%D0%BE%D0%B4%D1%81%D0%BA%D0%B0%D0%B7%D0%BA%D0%B8-vs-code-%D0%BD%D0%B0-%D1%80%D1%83%D1%81%D1%81%D0%BA%D0%BE%D0%BC

Aug 17, 2022 · я хотел бы сделать всплывающие подсказки на русском языке, поэтому ищу файл, который содержит текст об этих подсказках, чтобы перевести их. Подскажите, пожалуйста, где находится файл в папке? Или м...

How to edit all lines in Visual Studio Code - Stack Overflow

https://stackoverflow.com/questions/44793523/how-to-edit-all-lines-in-visual-studio-code

Jun 28, 2017 · How to edit all lines in Visual Studio Code Ask Question Asked 9 years, 1 month ago Modified 3 years, 7 months ago

What are the differences between Visual Studio Code and Visual...

https://stackoverflow.com/questions/30527522/what-are-the-differences-between-visual-studio-code-and-visual-studio

May 29, 2015 · Microsoft recently released Visual Studio Code and I am a little confused about its usage, since Visual Studio has lot of functional similarities with it.

How do you switch between branches in Visual Studio Code with Git...

https://stackoverflow.com/questions/56429228/how-do-you-switch-between-branches-in-visual-studio-code-with-git

When in the Visual Studio Code IDE, do the following: on the bottom left, press on the Git branch which will give a list: Select a ref to checkout select one of the branches of the remote branch.

Install VSCode in a specific folder - Stack Overflow

https://stackoverflow.com/questions/30013157/install-vscode-in-a-specific-folder

May 3, 2015 · The installer does very little beyond copying the files, it just creates some Explorer context menu shortcuts ("Open with Code"). Otherwise following Chromium conventions and copying itself to c:\Users\yourname\AppData\Local\Code\app-0.1.0 so it can update itself without you noticing. Boo. So high odds that simply moving that folder to the other drive works just fine, put it anywhere and ...

How to update VS Code on Windows? - Stack Overflow

https://stackoverflow.com/questions/60807557/how-to-update-vs-code-on-windows

Mar 23, 2020 · VS Code will automatically update itself on windows 10. If you'd like to force an update check there's an option available for that under 'Help > Check for Updates'. If the update still doesn't complete, you can run the installer from here as described in the official Visual Studio Code Documentation under Docs » Supporting » Howtoupdate, found here.

visual studio code - Where are the VSCode error logs for...

https://stackoverflow.com/questions/44188262/where-are-the-vscode-error-logs-for-extensions

May 25, 2017 · Dev window: this VS Code window is only present when developing an extension. It is from where you normally edit extension code from and launch the "Extension host window". I made up this name. Extension host window: this is either: the window you launch from the Dev window to develop the extension. This is where you will test the extension in.

Trending Now