Do I have to ask for user permission to gather telemetry in a new VSCode extension?
I’m developing a new Visual Studio Code extension and I would like to publish it in the Microsoft Store. In this extension I gather some metrics from the user and I have my own class to send the metrics to a server, so I don’t use the class Microsoft offers for this.
According to this page, in the don’t section, it states that ‘[Don’t] introduce a custom telemetry collection solution that does not ask for user consent.’. So is it mandatory, if I want to publish my extension to the Microsoft store, to have a prompt the first time the user uses the extension and ask him/her to opt-out from the telemetry? Does this mean that I need a specific settings entry to disable the telemetry in my extension apart from the main telemetry switch that Visual Studio offers?
while publishing vscode extension through vs code marketolace it gives uploading error
Upload Error
Visual Studio code Extension
I am trying to run vsode-cpptools code downloaded from GitHub https://github.com/Microsoft/vscode-cpptools. But when I start hosting experimental instance I am getting the error
Vscode experimental instance
I want to debug the code and need to understand the code flow how c++ debugger in vscode for extension
How to create a react app inside vs code extension?
We want to create a VS code extension with multiple screens. I have some ideas acc to these links :
Saving a new custom editor document with a custom extension
I’m creating a ChatGPT “editor” in VS Code where you can have a chat window open not unlike the one OpenAI created for ChatGPT. I don’t have any problems with creating the editor or saving and loading documents per se, but if I create a new document and then save it the save dialog defaults the file type to json and not the extension I created for the file – the extension I created isn’t even in the save as type dropdown. It is json behind the scenes, but I don’t want it to automatically save as json. I don’t want to manually register a type in VS Code, instead I want this to all link up and work from having the extension installed and enabled.
CodeSnap settings not showing on VSCode
I want to change the way the codesnap screenshots show but when I click on the extension and press Extension Settings, the settings appear for less than a second and then they disapear and it only shows “No Settings Found”.
Error while setting workspace folder in ClientOptions
I am trying to start LS for each workspace folder. When i try to set the workspace folder in the ClientOptions like this lsp-multi-server-sample, the workspaceFolders property (a boolean) in the workspace client capabilities is set to null in the client capabilities. Is there any other configuration i need to set in order to make it a boolean instead of null?.
VS Code Extension: Save Functionality Not Working
This is my first ever VS Code extension; and most of this code is auto-generated.
I’m developing a Visual Studio Code extension in TypeScript that allows users to edit SQL insert statements in a table view and save the changes back to the original document. However, I’m encountering an issue where the save functionality is not working as expected.
While debugging, the code doesn’t seem to reach inside the saveDisposable
block. How can I debug it further?
Can’t make Code Navigation to ( C/C++extension)
I have a vscode project, my code is managed with CMake, and builded by ARM toolchain. I can’t make the code navigation to work properly. When I ctrl+click on something (or press F12), either nothing happens or it send me to the first reference of the file. I can’t navigate to header file when I ctrl+click on an include file. Here is my c_cpp_properties.json :