396 questions with Developer technologies | Visual Studio | Extensions tags

Sort by: Updated
1 answer

Why ssh connection to host via VS code is getting disconnected every 5-10 mins?

ssh connection to host via VS code is getting disconnected every 5-10 mins. How to fix this?

Developer technologies | Visual Studio | Extensions
asked 2025-12-08T08:21:14.63+00:00
Sudeepta kumar 0 Reputation points
commented 2025-12-15T07:13:22.4833333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
2 answers

Open a new file in memory from extension using custom editor

I am trying to open a new file (with .sql extension) in memory not in disc using a custom editor factory that I have implemented. IVsUIShellOpenDocument shellOpenDocument =…

Developer technologies | Visual Studio | Extensions
asked 2025-11-12T08:33:08.7133333+00:00
Sajith 86 Reputation points
commented 2025-12-11T05:08:56.91+00:00
Susmitha T (INFOSYS LIMITED) 2,700 Reputation points Microsoft External Staff
1 answer

Can't launch my app because of 'you must install .NET Desktop Runtime' popup

Hi everyone, I'm trying to run my application I've just installed on my computer but I'm having an issue with my .NET Runtime. I've been debugging this application in Visual Studio Community 2022 v17.10.2 and it works fine when I start it through Visual…

Developer technologies | .NET | Other
Developer technologies | .NET | Other

Microsoft Technologies based on the .NET software framework. Miscellaneous topics that do not fit into specific categories.

4,179 questions
Developer technologies | VB
Developer technologies | VB

An object-oriented programming language developed by Microsoft that can be used in .NET.

2,938 questions
Developer technologies | Visual Studio | Extensions
Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,818 questions
asked 2024-06-12T15:25:22.23+00:00
Connor Frayne 35 Reputation points
recommended 2025-12-10T06:46:29.1133333+00:00
Anonymous
1 answer

Language Server restarts only once in case of failure in Visual Studio

I am working on an extension that has a Language Server (LSP) implemented. I am trying to load the language server again in case of failure calling - ILanguageClientBroker.LoadAsync This works fine once, Language Server is loaded again once. But again…

Developer technologies | Visual Studio | Extensions
asked 2025-11-27T18:05:16.9433333+00:00
Sajith 86 Reputation points
commented 2025-12-08T08:26:28.4133333+00:00
Surya Amrutha Vaishnavi Lanka (INFOSYS LIMITED) 2,285 Reputation points Microsoft External Staff
2 answers One of the answers was accepted by the question author.

Link to old Version of Spec Explorer

First of all thank you very much for your helpful answer here: how-to-purchase-license-key-for-vs-professional-2012 ! By any chance could you also give us a link to the older releases of Spec Explorer (3.4 or 3.5)? They are mentioned here on your site…

Developer technologies | Visual Studio | Extensions
asked 2025-12-03T08:19:30.05+00:00
Anonymous
accepted 2025-12-06T18:02:11.2766667+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

vs code extetensions

Are there any extensions that take Braille input and output Braille without translation?

Developer technologies | Visual Studio | Extensions
asked 2025-11-28T20:53:37.5066667+00:00
Hal Hana 20 Reputation points
commented 2025-12-04T12:42:46.7933333+00:00
Gade Harika (INFOSYS LIMITED) 2,850 Reputation points Microsoft External Staff
1 answer

Lost access to organization that published my VS Code extension

Hi, apparently I lost an access to my former organization that published my extension (https://marketplace.visualstudio.com/items?itemName=xvyslo05.cypress-open-testcase) I have accesses to both github and personal and work accounts that might be…

Developer technologies | Visual Studio | Extensions
asked 2025-11-20T12:44:23.66+00:00
Robin Vysloužil 0 Reputation points
commented 2025-11-28T14:11:58.87+00:00
Gade Harika (INFOSYS LIMITED) 2,850 Reputation points Microsoft External Staff
3 answers

Using Vs code, I load a folder and then it doesn't repond to my questions in github chat - agent mode

Using Vs code, I load a folder and then the program does not respond in my questions in github agent mode chat, how do i fix it?

Developer technologies | Visual Studio | Extensions
asked 2025-11-19T10:33:53.7733333+00:00
Christoforos Kapopoulos 0 Reputation points
commented 2025-11-28T05:39:23.2966667+00:00
Susmitha T (INFOSYS LIMITED) 2,700 Reputation points Microsoft External Staff
1 answer

Add project parameter in SSIS dtproj

I am developing an extension to help with SSIS package development. I need to set project parameter. I do this code : private void SetProjectParameters(EnvDTE.Project project, string parameterName, string value) { …

Developer technologies | Visual Studio | Extensions
asked 2024-10-11T14:53:54.63+00:00
Vernou 86 Reputation points
commented 2025-11-25T03:38:45.4+00:00
Anonymous
1 answer

How to show scrollbar on hover window when hover text is large

Iam working on an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover). In some scenarios, hover text to be displayed is large and that causes a big hover popup that occupy the entire screen in Visual…

Developer technologies | Visual Studio | Extensions
asked 2025-11-12T14:53:02.8566667+00:00
Sajith 86 Reputation points
commented 2025-11-24T05:26:10.66+00:00
Adiba Khan 2,350 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to fix "Could not find or load a type. (Exception from HRESULT: 0x80131522)" in Visual Studio 2026

I have installed visual studio 2026 and SQL Server Integration Services extension version 2.0 preview. But when I use slowly change dimensions component, the error "Could not find or load a type. (Exception from HRESULT: 0x80131522) (Microsoft…

Developer technologies | Visual Studio | Extensions
asked 2025-11-16T00:51:56.0233333+00:00
Martin 20 Reputation points
accepted 2025-11-24T04:19:41.6133333+00:00
Martin 20 Reputation points
1 answer

How to fix Script task issue in Visual Studio 2019

Visual Studio 2019 Professional 16.11.45 not opening / editing Script Task Scripts SQL Server Data Tools 16.0.5270.0 Kindly please help , not seen any resolution working for this issue

Developer technologies | Visual Studio | Extensions
asked 2025-06-09T04:04:56.5066667+00:00
Udaya M 0 Reputation points
commented 2025-11-21T11:27:44.9833333+00:00
Gade Harika (INFOSYS LIMITED) 2,850 Reputation points Microsoft External Staff
1 answer

Markdown string for Hover (textDocument/hover) in Visual Studio

Iam working on an extension in Visual Studio that implements a Language Server (LSP) and support Hover (textDocument/hover) on some keywords in editor. Markdown string returned for Hover request does not work in my case. Does Visual Studio support…

Developer technologies | Visual Studio | Extensions
asked 2025-11-12T17:18:42.74+00:00
Sajith 86 Reputation points
commented 2025-11-21T10:58:51.58+00:00
Gade Harika (INFOSYS LIMITED) 2,850 Reputation points Microsoft External Staff
1 answer

How to bypass the default language service when opening the .sql file

I am trying to associate my language service when opening .sql file but it is connecting the default lang service also showing these tool menu and I don't want to show these tool menu i have my custom tool menu for that but with .pls etc i am able to…

Developer technologies | Visual Studio | Extensions
asked 2025-06-09T13:54:52.19+00:00
Anonymous
commented 2025-11-21T05:58:42.32+00:00
Adiba Khan 2,350 Reputation points Microsoft External Staff
2 answers

LSP - 'textDocument/publishDiagnostics' to a virtual editor

I am working on a Visual Studio extension that Opens Code editors using IVSUIShell.CreateDocumentWindow. Implements a Langauge Server (LSP) which is associated to these code editors 'textDocument/publishDiagnostics' that are sent from Language…

Developer technologies | Visual Studio | Extensions
asked 2025-11-07T18:29:35.35+00:00
Sajith 86 Reputation points
commented 2025-11-19T05:47:05.63+00:00
Susmitha T (INFOSYS LIMITED) 2,700 Reputation points Microsoft External Staff
1 answer

No puedo crear una nueva suscripción de desarrollador de Microsoft 365

Mi nombre es Cristhian y estoy teniendo dificultades para crear una nueva suscripción de desarrollador en el programa de Microsoft 365. Utilicé anteriormente mi cuenta personal (correo: [tu correo aquí]) para crear una suscripción con el dominio…

Developer technologies | Visual Studio | Extensions
asked 2025-08-25T20:50:11.0566667+00:00
CRISTHIAN VIERA 0 Reputation points
commented 2025-11-19T05:06:37.22+00:00
Anonymous
1 answer

After Deployment in Azure function - Internal server error 500 (exception caught attempting to connect to SQL DB)

Create Azure Resources: Azure Function App: Create an Azure Function App in the Azure portal. Key Vault: Set up an Azure Key Vault to store your sensitive information like passwords securely. Azure SQL Database: Create an Azure SQL Database in the…

Developer technologies | Visual Studio | Extensions
asked 2025-06-17T12:39:07.56+00:00
Reshma 0 Reputation points
commented 2025-11-19T04:44:49.93+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,185 Reputation points Microsoft External Staff
1 answer

How do I package my Deploy contents into an Installer for my winui 3 app?

I reference images that I hold in a SharedResources project using the relative binding like this in my XAML: <Image Source="ms-appx:///SharedResources_UI3/NewIcons/Delete_Icon2.svg" Width="35" Height="35"…

Developer technologies | Visual Studio | Extensions
asked 2025-06-05T21:41:54.6933333+00:00
Scott Alexander 0 Reputation points
commented 2025-11-18T06:06:25.52+00:00
Adiba Khan 2,350 Reputation points Microsoft External Staff
6 answers

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,…

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.

5,818 questions
Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.

11,813 questions
Developer technologies | Visual Studio | Extensions
asked 2023-02-23T04:57:49.38+00:00
Apurva Kamshetty 30 Reputation points
commented 2025-11-16T19:11:39.8333333+00:00
Azzedin Habach 0 Reputation points
1 answer One of the answers was accepted by the question author.

How to add icon near string for compartment item of CompartmentShape

Hello. Please help, i have a situation: Create domain-specific language project type in VS 2022 Then, i create my domain classes and shapes here is picture of my setup: As you can see - i have "Town" domain class, "Street" domain…

Developer technologies | Visual Studio | Extensions
asked 2025-11-03T15:27:00.3666667+00:00
Alex Mak 66 Reputation points
commented 2025-11-14T12:15:27.04+00:00
Varsha Dundigalla(INFOSYS LIMITED) 5,185 Reputation points Microsoft External Staff