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…
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…
Why are Backspace, Enter, Navigation keys not working while editing any file in Visual Studio?
I am using Visual Studio Extensions, while creating a new solution through extension for the first time, we are only able to type alphabets. Backspace, Enter, Navigation keys are not working while editing any file. But when we force close the solution,…
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…
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…
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…
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…
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…
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. #
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.
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…
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…
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?
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…
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…
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…
Extension manager suggestions: How can I remove some extensions from the suggestions ?
Hello, For example I don't like to see resharper any time when I open the extension manager. I would like to have a possibility to remove it from my suggestion list. Thanks.
![](https://techprofile.blob.core.windows.net/images/m5buVEA_QUeJ9P_0vgAtbg.png?8DACCA)
How to add my custom named "Help" setting under Options->Envrionment when using TOOL->Import and Export Settings
I was able to add my custom setting "Help" under TOOLS->Options->Environment with this code [ProvideOptionPageAttribute(typeof(AcfHelpProviderPage), "Environment", "Help", 0, 113, true)] Where 113 value is Help But I…
Language Server (LSP) not called for language features when used along with a Language Service
We have a Visual Studio extension that implements a custom code editor and a legacy Language Service. Code editor is opened using IVSUIShell.CreateDocumentWindow. Language Service is associated with this editor using…
Validate Breakpoints location with MEF Language Service
We have a Visual Studio extension that implements a legacy Language Service. We are trying to get rid of this and implement the language service in MEF now. There is a way to validate breakpoints location in legacy language service -…