About 753,000 results
Open links in new tab
  1. vs code copilot icon gone - Stack Overflow

    Mar 23, 2023 · I had the same problem. Wasn't able to find any direct solutions on internet. Finally figured out on how to display the icon of Copilot in the VS Code Status Bar. I had mistakenly turned Copilot status off. To fix the problem, right click on the VS Code Status Bar. A window will pop up with some options:

  2. visual studio code - Can I change the VSCode Icon? - Stack Overflow

    I have both Visual Studio Code and Visual Studio 2017 installed on my machines. VSCode at one time had an orange icon and it was great because I could easily tell them apart but, from what I read, they changed it because people didn't like that it looked slightly like Sublime text.

  3. visual studio code - VSCode icon in task bar is blank - Stack …

    Jul 25, 2020 · 1.Open VS Code 2.Right-click on the open VsCode icon that is blank in your task bar. 3.Right-click the button that says Visual Studio Code, click on properties. 4.On the Shortcut tab, click on Change Icon... 5.Select the VsCode Icon …

  4. How to add a run button in visual studio code? - Stack Overflow

    Dec 25, 2022 · Once you install python extension in visual studio code, you can press a button in the right top of the screen, and then vsc automatically executes a command in a shell running python on the active .py file.

  5. What do each of the Visual Studio Code Intellisense Icons mean?

    A further revision (when I have time, since it takes quite a bit of it) will see the removal of the "Dark Icon" column as that column is not actually necessary (the light mode of Stack Overflow lets you see the "Light Icon" column just fine, given that …

  6. visual studio code - VSCode Taskbar Icon - Stack Overflow

    Jan 5, 2021 · Right Click the Paper White icon that should be a Visual Studio Code icon. Right click on Visual Studio Code, then click Properties. Change the Shortcut Target and Start in values to the same folder from where Visual Studio Code is …

  7. File explorer disappeared in Visual Studio Code - Stack Overflow

    Mar 10, 2023 · I had the same problem after installing Visual Studio Code (version 1.84.2) and here is how I fixed my problem; On VS Code, access the Command Palette by pressing Ctrl+Shift+P; Enter this command: View: Reset View Locations This should reset the locations of the components like Explorer, Search, Source Control etc.

  8. Visual Studio Code - icons in Activity Bar have disappeared

    Jun 14, 2018 · Earlier this week I installed the latest release (May 2018) of Visual Studio Code and ever since then all the icons in the Activity Bar (i.e. the long thin bar on the far left of the window) fail to display. I always get the Explorer icon but after that the only one that does display is whatever I currently have open in the sidebar.

  9. visual studio code - Change VSCode sidebar (add icons) via theme ...

    Mar 22, 2016 · To enable file icons, pick a File Icon Theme: Use the global menu File > Preferences > File Icon Theme (Code > Preferences on Mac). Use the Preferences: File Icon Theme command in the Command Palette (⇧⌘P). By default, no file icon set is configured and the File Explorer doesn't render icons. Once a File Icon Theme is selected, the choice ...

  10. visual studio code - adding a language-specific icon in vscode

    File icon themes like Minimal or None that do not show file icons also will not use the language icon. Also, if a file icon theme has an icon for an extension or file name, these will be preferred. File icon themes can customize the new behavior by defining showLanguageModeIcons: true|false in the theme file.