ArturoDent

Results 7 comments of ArturoDent

This looks related to https://stackoverflow.com/questions/72983445/vscode-extension-how-to-prevent-development-related-fields-automatically-added?noredirect=1#comment128910168_72983445 which didn't have anything to do with testing the extension, but only debugging it, and getting the same metadata written to an "unsuspecting" package.json. Will...

@sandy081 I have learned more about my situation of getting this extra data when debugging an extension. It happens when the extension writes to the `package.json`. I have a couple...

See https://github.com/geddski/macros/issues/14

See https://github.com/geddski/macros/issues/14

Complex commands: https://code.visualstudio.com/docs/extensionAPI/vscode-api-commands

` { "key": "ctrl+shift+.", "command": "macros.logCurrentVariable" }, ` Just to show how my keybinding is set up. Otherwise what you have looks like it should work. You might try playing...

This is great work so far. A couple of points: 1. I am unable to use the mouse in the quick open panel (or whatever it is called) to select...