natvis framework
in vscode
to visualize content of an array which is pointed by a pointer. In my case, I would like to display the content using the pointer. In general, vscode shows only the first entry of the container and mem address of it while pointer variable
is chosen in debug window. Here, natvis came to help. With it's ArrayItems and IndexListItems it is possible to see all of the value of a container using pointer. My array size is more than 100. But Natvis is showing only first 50 entry while doing debug. A complete question is also given HERE
stackoverflow
and reddit
from the recommendation list.
Hi there,
i need some help for my "view/item/context" definition within the package.json file
I do have a simple treeview and would like to add a context-menu or a icon for the selected vscode.TreeItem which should only be visible if a certain state is met.
At the moment i tried vscode.commands.executeCommand("setContext", "isOnline") which works, but i would need to check the online state of each selected TreeItem
Is it possible to use any callback or funtion within the "when" decleration to achieve this?
prettier
instead?
/etc/security/limits.conf
file.
How do I run a shell command on selected text, similar to TextMate's “Filter through command”?
For example, if I want to remove duplicates from a document without sorting, I would:
awk '!x[$0]++'
and hit returnIs there a way to set the replacement string to the current selection via keyboard shortcut?
The search string can be set with ⌘E
but I don't see an option for replacement string (on mac it's usually ⌘⇧E
).
Hey guys, I work with vscode with no internet connection in my organization.
The visual studio code show me error in Problems tab:
Problems loading reference 'https://json.schemastore.org/tsconfig'. Unable to load schema from 'https://json.schemastore.org/tsconfig': getaddrinfo EAI_AGAIN json.schemastore.org.
Is it possible to set vscode to load this schema from the local disk?
Hi ! I've got close to no idea where to start with this.
I use Sikuli for work and I'm trying to get it to work from inside of VSCode because the sikuli IDE is not ... as polished. I've got all the stuff needed to run python ( sikili is actually jython) but it's dependant on screen shots. Taking screenshot is built into the Sikuli IDE. Is there anyway to do this inside of VSCode?