File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
vscode-bicep/src/language Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >net10.0</TargetFramework >
66 <ImplicitUsings >enable</ImplicitUsings >
7+ <AssemblyName >Azure.Bicep.McpServer</AssemblyName >
8+ <RootNamespace >Bicep.McpServer</RootNamespace >
79 <Nullable >enable</Nullable >
810 <EnableNuget >true</EnableNuget >
911 <InvariantGlobalization >true</InvariantGlobalization >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { bicepLanguageId } from "./constants";
1212
1313const dotnetRuntimeVersion = "10.0" ;
1414const packagedServerPath = "bicepLanguageServer/Bicep.LangServer.dll" ;
15- const packagedMcpServerPath = "bicepMcpServer/Bicep.McpServer.dll" ;
15+ const packagedMcpServerPath = "bicepMcpServer/Azure. Bicep.McpServer.dll" ;
1616const extensionId = "ms-azuretools.vscode-bicep" ;
1717const dotnetAcquisitionExtensionSetting = "dotnetAcquisitionExtension" ;
1818const existingDotnetPathSetting = "existingDotnetPath" ;
You can’t perform that action at this time.
0 commit comments