305 questions with Developer technologies | Visual Studio | Extensions tags
Help using azure devops SDK package in extension development process
I'm developing an Azure DevOps extension that adds a custom button to the work item form. When a user clicks this button, a third-party API should be called and its response displayed directly on the work item. I've already implemented the API call, but…
Developer technologies | Visual Studio | Extensions
VS Code is not showing my html code rather it is just rendering it in preview mode
My VS code is not showing me the HTML code rather it is just rendering the HTML cod in the preview form.
Developer technologies | Visual Studio | Extensions
How to get the Enviroment Font information of Visual Studio in real time .
I want to get the real time latest Environment font information of visual studio using c# dot net. Is there any listeners available and a method to get the latest current visual studio environment font information I am calling this method…
Developer technologies | Visual Studio | Extensions
I need to update the Python Extension on Visual Studio Code on around 126 endpoints
Dear Team, I support my company with patching vulnerabilities and in this case, updating the Python Extension on VSC. I need to update the Python Extension for Visual Studio Code on around 126 endpoints. This cannot be done manually, as will take all…
Developer technologies | Visual Studio | Extensions
Library Can't Be Found In g++
Workload: Linux development with C++ Visual Studio Version: Microsoft Visual Studio Community 2022 (64-bit) v17.13.0 Problem Description: The coding can be uploaded to Linux target and run without abnormality. Microsoft Visual Studio can also…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
Visual Studio 2022 crashes when trying to add an OLEDB SQL connection manager to an SSIS package
I am experiencing issues with Visual Studio 2022 crashing when adding a connection manager to a package. Has anyone else encountered this problem and if so, can anyone suggest a solution? Any help would be appreciated.
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
D365 FinOps Microsoft.Dynamics.Framework.Tools.BuildTasks
Hi everyone, I'm wondering if anyone else has encountered this issue. I recently set up Visual Studio Professional 2022 with specific extensions (PowerPlatform & D365 FinOps assets). I believe there's a problem with the installation because when I…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Other
When I open vscode, I get an error like "unable to write program user data". Can you help?
When I open vscode, I get an error like " unable to write program user data... A system error occurred (EPERM: operation not permitted,mkdir 'c:\Users\UserName.vscode') Please make sure the following directories are…
Developer technologies | Visual Studio | Extensions
CLOCK_REALTIME Is Undefined In Visual Studio But Can Run in Linux Target
Question: Aside from just adding the error to the ignore list in Visual Studio, is there a way to get Visual Studio to recognize POSIX-related functions? Visual Studio Version: Community 2022 (64-bit) v17.12.3 Workload: Linux development with C++ Code…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
how to get a reference to WebView2 control in VisualStudio.Extensibility tool window
Hello, I'm starting a Visual Studio extension where currently I need to embed WebView2 in a tool window. I need to interact with the webview by sending and receiving js messages. and loading resources. I need a reference to the WebView2 control in a…
Developer technologies | Visual Studio | Extensions
Brocken Tree-Element in VisualStudio 2015
Hello. I have encountered the following issue. In Visual Studio 2022 (1-st and 2-nd images), I was able to parse window elements using the AutomationElements library in C#. However, in Visual Studio 2015 (3-rd image), this does not work because the…
Developer technologies | Visual Studio | Extensions
How to add WebView2 to a VisualStudio.Extensibility tool window?
I want to add a WebView2 in a tool window. I managed to do it with a vssdk project. i just replaced the ToolWindowPane.Content with WebView2 and it worked. now i started a VisualStudio.Extensibility and tried to do the same but no luck. what ever i did i…
Developer technologies | Visual Studio | Extensions
Visual Studio 2022: How do I Build, Test, Launch and Load an App?
How can I Build, Test, Launch the IIS Express web browser, and Load an App in Visual Studio Community 2022 to create an ASP.Net Core Project on my local machine? # All the required Visual Studio 2022 workloads were installed successfully. #
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Debugging
Azure App Service
How to download the visual studio 2015 shell isolated version & what is latest version
Hi Team, How to download the latest visual studio 2015 shell isolated software . And what is the latest version.
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
How to fix Microsoft Visual studio code, language pack issue from English to French at first launch.
We are facing issue regarding the Microsoft Visual studio code --language pack, so we need to change the display language of the software to French(FR), so as per information provided on visual studio code page, we downloaded the language pack and also…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Setup
Developer technologies | Visual Studio | Other
Installation of Promptflow
Hi, I m trying to install Prompt flow for Visual Studio and I m getting following message "Actual command not found, wanted to execute prompt-flow.reportBugs /26" and I also see some dependency problems (see image below). Does anyone encounter…
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
How to add contextMenu for toolWindow in vspackage
I want to add contextMenu in toolWindow ,but it's not mentioned in visual studio SDK.Can I add it in commandTable?
Developer technologies | Visual Studio | Extensions
Developer technologies | .NET | Other
Developer technologies | C#
Visual Studio Community Integration Services and Licensing
Hello, My questions probably been asked before but I need to be sure and would like to know, what is the difference using community and enterprise version? Let say i have a limited resource , what if I purchase SQL Server License, made a SSIS package…
SQL Server Integration Services
Developer technologies | Visual Studio | Extensions
SQL Server | Other
FileExtensionRegistryService returns me UNKNOWN content type for .cs and .txt
Am trying to understand IFileExtensionRegistryService in the Visual Studio Extension development scenario. I try to get content types as follows. var componentModel = (IComponentModel)Package.GetGlobalService(serviceType: typeof(SComponentModel)); var…
Developer technologies | Visual Studio | Extensions
How to publish Platform Specific Extensions to Marketplace
We have our extensions in marketplace and now we want to upload the MAC and Linux supporting versions of Same Extension. How to upload multiple platform specific VSIX to marketplace manually by browsing and uploading instead of using vsce publish via…