Коммит
7f69e8798f
|
@ -144,8 +144,8 @@
|
|||
"updatePackageDependencies"
|
||||
],
|
||||
"env": {
|
||||
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/78355d5ef10b31e8b72e077b6bbabbca/omnisharp-linux-x64-1.34.0.zip,https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/572c0f88abe6a55a6a5a474f0c8f1965/omnisharp-linux-x86-1.34.0.zip,https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/df8feab37b0c49457b9f6fe62f940207/omnisharp-osx-1.34.0.zip,https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/8ac6cdbef1b99c6dc6485a79020d2c49/omnisharp-win-x64-1.34.0.zip,https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/235f92e460725e0b2053f94d69858241/omnisharp-win-x86-1.34.0.zip" ,
|
||||
"NEW_DEPS_VERSION": "1.34.0"
|
||||
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/bd8738f4454c8a74164a98d647d54827/omnisharp-linux-x64-1.34.1.zip,https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/9cf6a6dee0ae62ef55263daf30900c17/omnisharp-linux-x86-1.34.1.zip,https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/42f6cfa5b1b33c167f00827ead88c972/omnisharp-osx-1.34.1.zip,https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/28f8c248410179a3e7121a6825b60e07/omnisharp-win-x64-1.34.1.zip,https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/1c6ff68312f26b2557d13a8181b69b75/omnisharp-win-x86-1.34.1.zip" ,
|
||||
"NEW_DEPS_VERSION": "1.34.1"
|
||||
},
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
|
|
|
@ -9,6 +9,9 @@
|
|||
* There currently is no completion support for package references in csproj files. ([#1156](https://github.com/OmniSharp/omnisharp-vscode/issues/1156))
|
||||
* As an alternative, consider installing the [MSBuild Project Tools](https://marketplace.visualstudio.com/items?itemName=tintoy.msbuild-project-tools) extension by @tintoy.
|
||||
|
||||
## 1.21.1 [To be released]
|
||||
* Fixed a regression which caused AllowUnsafeCode in csproj to also enable TreatWarningsAsErrors behavior.([omnisharp-roslyn#1565](https://github.com/OmniSharp/omnisharp-roslyn/issues/1565), PR: [omnisharp-roslyn#1567](https://github.com/OmniSharp/omnisharp-roslyn/pull/1567))
|
||||
|
||||
## 1.21.0 (July 18, 2019)
|
||||
|
||||
* Added a `omnisharp.enableEditorConfigSupport` setting to enable support for .editorconfig [#3136](https://github.com/OmniSharp/omnisharp-vscode/pull/3136) (_Contributed by_ [@hoffs](https://github.com/hoffs))(PR: [omnisharp-roslyn#1526](https://github.com/OmniSharp/omnisharp-roslyn/pull/1526) (_Contributed by_ [@filipw](https://github.com/filipw)))
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "csharp",
|
||||
"version": "1.21.0",
|
||||
"version": "1.21.1-beta1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
56
package.json
56
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "csharp",
|
||||
"publisher": "ms-vscode",
|
||||
"version": "1.21.0",
|
||||
"version": "1.21.1-beta1",
|
||||
"description": "C# for Visual Studio Code (powered by OmniSharp).",
|
||||
"displayName": "C#",
|
||||
"author": "Microsoft Corporation",
|
||||
|
@ -29,7 +29,7 @@
|
|||
"dotnet"
|
||||
],
|
||||
"defaults": {
|
||||
"omniSharp": "1.34.0",
|
||||
"omniSharp": "1.34.1",
|
||||
"razor": "1.0.0-alpha3-20190725.1"
|
||||
},
|
||||
"main": "./dist/extension",
|
||||
|
@ -148,7 +148,7 @@
|
|||
"tslint": "5.12.1",
|
||||
"tslint-microsoft-contrib": "6.0.0",
|
||||
"tslint-no-unused-expression-chai": "0.1.4",
|
||||
"typescript": "3.3.3",
|
||||
"typescript": "^3.3.3",
|
||||
"unzipper": "0.9.10",
|
||||
"vsce": "1.57.0",
|
||||
"vscode": "1.1.33",
|
||||
|
@ -159,41 +159,41 @@
|
|||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for Windows (.NET 4.6 / x86)",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/235f92e460725e0b2053f94d69858241/omnisharp-win-x86-1.34.0.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.34.0.zip",
|
||||
"installPath": ".omnisharp/1.34.0",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/1c6ff68312f26b2557d13a8181b69b75/omnisharp-win-x86-1.34.1.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.34.1.zip",
|
||||
"installPath": ".omnisharp/1.34.1",
|
||||
"platforms": [
|
||||
"win32"
|
||||
],
|
||||
"architectures": [
|
||||
"x86"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.0/OmniSharp.exe",
|
||||
"installTestPath": "./.omnisharp/1.34.1/OmniSharp.exe",
|
||||
"platformId": "win-x86",
|
||||
"integrity": "CD385D22C5FF2B9B9A9F6CABC2B55C6478455513AA89411E2E37795EC669F0F6"
|
||||
"integrity": "65F5E1E27335E873C68BA11329369BB8E13094CACAAB0088ECB58CD66FB45513"
|
||||
},
|
||||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for Windows (.NET 4.6 / x64)",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/8ac6cdbef1b99c6dc6485a79020d2c49/omnisharp-win-x64-1.34.0.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.34.0.zip",
|
||||
"installPath": ".omnisharp/1.34.0",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/28f8c248410179a3e7121a6825b60e07/omnisharp-win-x64-1.34.1.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.34.1.zip",
|
||||
"installPath": ".omnisharp/1.34.1",
|
||||
"platforms": [
|
||||
"win32"
|
||||
],
|
||||
"architectures": [
|
||||
"x86_64"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.0/OmniSharp.exe",
|
||||
"installTestPath": "./.omnisharp/1.34.1/OmniSharp.exe",
|
||||
"platformId": "win-x64",
|
||||
"integrity": "22E0EB3C37F9B999916A186DA852591E732BE61F7B3706B7FF1B83FB6E4A3878"
|
||||
"integrity": "B72060B88E857AE87C8DF74008D2E94F020015AA86E9463A3E682D13433DA523"
|
||||
},
|
||||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for OSX",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/df8feab37b0c49457b9f6fe62f940207/omnisharp-osx-1.34.0.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.34.0.zip",
|
||||
"installPath": ".omnisharp/1.34.0",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/42f6cfa5b1b33c167f00827ead88c972/omnisharp-osx-1.34.1.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.34.1.zip",
|
||||
"installPath": ".omnisharp/1.34.1",
|
||||
"platforms": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -201,16 +201,16 @@
|
|||
"./mono.osx",
|
||||
"./run"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.0/run",
|
||||
"installTestPath": "./.omnisharp/1.34.1/run",
|
||||
"platformId": "osx",
|
||||
"integrity": "3C2DE49C24590F6C3C91A9FB421DFC65C0A0AFA4A2C5A5743411CB21DE46170D"
|
||||
"integrity": "9E313CD7D3310D20F5DB94F21CF36A535F1F88E4C9B8859B50567F9FF8528396"
|
||||
},
|
||||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for Linux (x86)",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/572c0f88abe6a55a6a5a474f0c8f1965/omnisharp-linux-x86-1.34.0.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.34.0.zip",
|
||||
"installPath": ".omnisharp/1.34.0",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/9cf6a6dee0ae62ef55263daf30900c17/omnisharp-linux-x86-1.34.1.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.34.1.zip",
|
||||
"installPath": ".omnisharp/1.34.1",
|
||||
"platforms": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -222,16 +222,16 @@
|
|||
"./mono.linux-x86",
|
||||
"./run"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.0/run",
|
||||
"installTestPath": "./.omnisharp/1.34.1/run",
|
||||
"platformId": "linux-x86",
|
||||
"integrity": "7211D70DF39C4CAA65BAA8FD2244C317AAAE316FFA75C9A64256DD91C8977B60"
|
||||
"integrity": "E7487A072B42D068D4BE7EEBF3B2C8201F70B6A960A58CF59A7070A786A23780"
|
||||
},
|
||||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for Linux (x64)",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/73cab26d-cc33-42ee-bbee-4ee2399bcd00/78355d5ef10b31e8b72e077b6bbabbca/omnisharp-linux-x64-1.34.0.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.34.0.zip",
|
||||
"installPath": ".omnisharp/1.34.0",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/b0452083-1611-4ec7-bc02-078587e73e19/bd8738f4454c8a74164a98d647d54827/omnisharp-linux-x64-1.34.1.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.34.1.zip",
|
||||
"installPath": ".omnisharp/1.34.1",
|
||||
"platforms": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -242,9 +242,9 @@
|
|||
"./mono.linux-x86_64",
|
||||
"./run"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.0/run",
|
||||
"installTestPath": "./.omnisharp/1.34.1/run",
|
||||
"platformId": "linux-x64",
|
||||
"integrity": "8B730E00D0AE1BBC245AE2DA70CD24EFC07D81695822B553FA3868EFEF9F0627"
|
||||
"integrity": "A5FF5735BAB1865B615AD7AD3ABFB7259678963E540D351FDC46D4F950CA487C"
|
||||
},
|
||||
{
|
||||
"id": "Debugger",
|
||||
|
|
Загрузка…
Ссылка в новой задаче