1616 {
1717 x86_64-linux = {
1818 arch = "linux-x64" ;
19- hash = "sha256-7BC+pL9rT/lG60F4mYPMLS9BTjMvJq3pzkpp/Dk5bak =" ;
19+ hash = "sha256-ils23RuuuEn25DJl79mMkCXXXdoI+Pyr53VKer1Lvs8 =" ;
2020 } ;
2121 aarch64-linux = {
2222 arch = "linux-arm64" ;
23- hash = "sha256-aB/VNj361Z38rmIzwYc8JSCaFyYGkIxxCcBZE6YBSjU =" ;
23+ hash = "sha256-RULUblmg5P0EU7PnTLJO6zl27AXhzbqCHWoFDSlI65E =" ;
2424 } ;
2525 x86_64-darwin = {
2626 arch = "darwin-x64" ;
27- hash = "sha256-ajOmvfdpiXN+qpT7u6mEnKL9VAeWUxFrECain6Pc/qM =" ;
27+ hash = "sha256-30RHJ6hwjY1OrYYJNsycjcf2TcxhmL6YQCeIMiYRGrc =" ;
2828 } ;
2929 aarch64-darwin = {
3030 arch = "darwin-arm64" ;
31- hash = "sha256-6MtUbdL8Q94/trh/B714n0ZMUhtUvjRPOLHFzvqQq2s =" ;
31+ hash = "sha256-3bV8J09LzTj6i+YvBoP+Tqy7OIqGvBxDI7pDO0eOLGk =" ;
3232 } ;
3333 }
3434 . ${ stdenv . hostPlatform . system } or ( throw "Unsupported system: ${ stdenv . hostPlatform . system } " )
@@ -38,7 +38,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
3838 mktplcRef = {
3939 name = "csdevkit" ;
4040 publisher = "ms-dotnettools" ;
41- version = "1.80.7 " ;
41+ version = "3.10.4 " ;
4242 inherit ( extInfo ) hash arch ;
4343 } ;
4444 sourceRoot = "extension" ; # This has more than one folder.
@@ -63,7 +63,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
6363
6464 substituteInPlace dist/extension.js \
6565 --replace-fail 'e.extensionPath,"cache"' 'require("os").tmpdir(),"'"$ext_unique_id"'"' \
66- --replace-fail 't.setExecuteBit=async function(e){if("win32"!==process.platform){const t=i .join(e[a.SERVICEHUB_CONTROLLER_COMPONENT_NAME],"Microsoft.VisualStudio.Code.ServiceController"),r=i .join(e[a.SERVICEHUB_HOST_COMPONENT_NAME],(0,a.getServiceHubHostEntrypointName)()),n=[(0,a.getServerPath)(e),t,r,(0,c.getReliabilityMonitorPath)(e)];await Promise.all(n.map((e=>(0,o .chmod)(e,"0755"))))}}' 't.setExecuteBit=async function(e){}'
66+ --replace-fail 't.setExecuteBit=async function(e){if("win32"!==process.platform){const t=o .join(e[a.SERVICEHUB_CONTROLLER_COMPONENT_NAME],"Microsoft.VisualStudio.Code.ServiceController"),r=o .join(e[a.SERVICEHUB_HOST_COMPONENT_NAME],(0,a.getServiceHubHostEntrypointName)()),n=[(0,a.getServerPath)(e),t,r,(0,c.getReliabilityMonitorPath)(e)];await Promise.all(n.map((e=>(0,i .chmod)(e,"0755"))))}}' 't.setExecuteBit=async function(e){}'
6767 '' ;
6868
6969 preFixup = ''
@@ -134,7 +134,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
134134 description = "Official Visual Studio Code extension for C# from Microsoft" ;
135135 downloadPage = "https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csdevkit" ;
136136 license = lib . licenses . unfree ;
137- maintainers = with lib . maintainers ; [ ggg ] ;
137+ maintainers = [ ] ;
138138 platforms = [
139139 "x86_64-linux"
140140 "aarch64-linux"
0 commit comments