Skip to content
#

vscode-extension

Here are 4,179 public repositories matching this topic...

kirmanak
kirmanak commented Sep 7, 2018

Describe the bug
The property 'editor' can be undefined (see Screenshots section).

To Reproduce
Steps to reproduce the behavior:

  1. Start VSCode
  2. Check Breakpoints > Promise Rejects and Breakpoints > Uncaught Exceptions
  3. Start my extension in debug mode (Debugger > Launch client). I believe, that can be r
vscode-drawio
leighmcculloch
leighmcculloch commented Jul 10, 2021

VSCode now has a feature called Memento that allows extensions to store data reliably:

https://code.visualstudio.com/api/references/vscode-api#Memento

The drawio extension currently stores data in the settings instead that clutters users settings.

There's this great tutorial about how to use it here:

https://www.chrishasz.com/blog/2020/07/28/vscode-how-to-use-local-storage-api/

prupipho
prupipho commented Oct 20, 2020

Describe the bug
When creating a new project there´s a few messages that appears in the language that the PC is configured, rather than using English.
This messages come from Core Template Studio.
Currently the rest of Web Template Studio just works in English.

To Reproduce
Steps to reproduce the behavior:

  1. Set your PC language to a non-english language. For example: Spanish
tomparkp
tomparkp commented May 19, 2021

I love the extension but the icon feels a little out of place relative to other icons to me. The close lines/crowded detail actually makes the icon appear blurry on my display vs the built in icons which are sharp (screenshots don't capture it well). A more minimalistic folder icon might match better with the built in VSCode icons.

<img width="86" alt="CleanShot 2021-05-19 at 10 54 33@2x" src="

Improve this page

Add a description, image, and links to the vscode-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vscode-extension topic, visit your repo's landing page and select "manage topics."

Learn more