Update to Omnisharp 1.34.4
This commit is contained in:
Родитель
279a28f131
Коммит
2b31bd48f8
|
@ -144,8 +144,8 @@
|
|||
"updatePackageDependencies"
|
||||
],
|
||||
"env": {
|
||||
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/b36aba5b3598ecfaefd4b54680c9181b/omnisharp-linux-x64-1.34.3.zip,https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/ab492c720755c41254ec31108c63edac/omnisharp-linux-x86-1.34.3.zip,https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/bb5edf46f580f05271cdd9cd19618059/omnisharp-osx-1.34.3.zip,https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/b930613106fc39204deb1fe4c83a0073/omnisharp-win-x64-1.34.3.zip,https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/4cfe251879a7e939480d235a491bb0ba/omnisharp-win-x86-1.34.3.zip" ,
|
||||
"NEW_DEPS_VERSION": "1.34.3"
|
||||
"NEW_DEPS_URLS": "https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/3eddc6c5df0592ef376b1e3f42ebd69f/omnisharp-linux-x64-1.34.4.zip,https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/9bb38e61e325bc75e54e16f6dbb996da/omnisharp-linux-x86-1.34.4.zip,https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/3bf8dfff25975c5ac921e3db7c1d0ad1/omnisharp-osx-1.34.4.zip,https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/b6f86a777b76130fdf9868f9624cf746/omnisharp-win-x64-1.34.4.zip,https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/a3440be64872dc1df4b624b35917bee7/omnisharp-win-x86-1.34.4.zip" ,
|
||||
"NEW_DEPS_VERSION": "1.34.4"
|
||||
},
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "csharp",
|
||||
"version": "1.21.2",
|
||||
"version": "1.21.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
54
package.json
54
package.json
|
@ -29,7 +29,7 @@
|
|||
"dotnet"
|
||||
],
|
||||
"defaults": {
|
||||
"omniSharp": "1.34.3",
|
||||
"omniSharp": "1.34.4",
|
||||
"razor": "1.0.0-alpha3-20190819.3"
|
||||
},
|
||||
"main": "./dist/extension",
|
||||
|
@ -159,41 +159,41 @@
|
|||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for Windows (.NET 4.6 / x86)",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/4cfe251879a7e939480d235a491bb0ba/omnisharp-win-x86-1.34.3.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.34.3.zip",
|
||||
"installPath": ".omnisharp/1.34.3",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/a3440be64872dc1df4b624b35917bee7/omnisharp-win-x86-1.34.4.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x86-1.34.4.zip",
|
||||
"installPath": ".omnisharp/1.34.4",
|
||||
"platforms": [
|
||||
"win32"
|
||||
],
|
||||
"architectures": [
|
||||
"x86"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.3/OmniSharp.exe",
|
||||
"installTestPath": "./.omnisharp/1.34.4/OmniSharp.exe",
|
||||
"platformId": "win-x86",
|
||||
"integrity": "EEDAE9A5B6BF5D0244A950A4DD01EE251B8B022DF87251469510A42330EDBA61"
|
||||
"integrity": "F8B6A59717BE52FFC6B10EDC3F83BD71A144DFAD5380B9FC30EBB3F7A71C563E"
|
||||
},
|
||||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for Windows (.NET 4.6 / x64)",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/b930613106fc39204deb1fe4c83a0073/omnisharp-win-x64-1.34.3.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.34.3.zip",
|
||||
"installPath": ".omnisharp/1.34.3",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/b6f86a777b76130fdf9868f9624cf746/omnisharp-win-x64-1.34.4.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-win-x64-1.34.4.zip",
|
||||
"installPath": ".omnisharp/1.34.4",
|
||||
"platforms": [
|
||||
"win32"
|
||||
],
|
||||
"architectures": [
|
||||
"x86_64"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.3/OmniSharp.exe",
|
||||
"installTestPath": "./.omnisharp/1.34.4/OmniSharp.exe",
|
||||
"platformId": "win-x64",
|
||||
"integrity": "07D96BFBE47705FB90D2E52E7BA3656D41C8E6EB2E2740DB61DEE53AF2E5CF91"
|
||||
"integrity": "6E59314443D3ACA868592C176A9F02A78A153EE0A72DA3DB9B7B2DE7FBB04C99"
|
||||
},
|
||||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for OSX",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/bb5edf46f580f05271cdd9cd19618059/omnisharp-osx-1.34.3.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.34.3.zip",
|
||||
"installPath": ".omnisharp/1.34.3",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/3bf8dfff25975c5ac921e3db7c1d0ad1/omnisharp-osx-1.34.4.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-osx-1.34.4.zip",
|
||||
"installPath": ".omnisharp/1.34.4",
|
||||
"platforms": [
|
||||
"darwin"
|
||||
],
|
||||
|
@ -201,16 +201,16 @@
|
|||
"./mono.osx",
|
||||
"./run"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.3/run",
|
||||
"installTestPath": "./.omnisharp/1.34.4/run",
|
||||
"platformId": "osx",
|
||||
"integrity": "9DD5EBA313A25AD15BC164932D8194338CF4B3272954EEEE7DDE68FE3B391B9D"
|
||||
"integrity": "F2B2C48864FADD30BA0E8F98C980AA26238D41F58929F93CB2AE49CCAC1DFAD6"
|
||||
},
|
||||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for Linux (x86)",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/ab492c720755c41254ec31108c63edac/omnisharp-linux-x86-1.34.3.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.34.3.zip",
|
||||
"installPath": ".omnisharp/1.34.3",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/9bb38e61e325bc75e54e16f6dbb996da/omnisharp-linux-x86-1.34.4.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x86-1.34.4.zip",
|
||||
"installPath": ".omnisharp/1.34.4",
|
||||
"platforms": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -222,16 +222,16 @@
|
|||
"./mono.linux-x86",
|
||||
"./run"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.3/run",
|
||||
"installTestPath": "./.omnisharp/1.34.4/run",
|
||||
"platformId": "linux-x86",
|
||||
"integrity": "01BAA2E554BFC50DF520CD0778359929B327836C504F9A37133DF64C98C09080"
|
||||
"integrity": "2EED87E3D9903B176F6F3928EF7925634BDEDA36BEA744A9BB8996C6D1C3BC8E"
|
||||
},
|
||||
{
|
||||
"id": "OmniSharp",
|
||||
"description": "OmniSharp for Linux (x64)",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/7ae0ec86-b4ac-40fd-808d-86fad5d8c215/b36aba5b3598ecfaefd4b54680c9181b/omnisharp-linux-x64-1.34.3.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.34.3.zip",
|
||||
"installPath": ".omnisharp/1.34.3",
|
||||
"url": "https://download.visualstudio.microsoft.com/download/pr/bafccf8e-fa3b-4011-97e7-14ae0d4cd67f/3eddc6c5df0592ef376b1e3f42ebd69f/omnisharp-linux-x64-1.34.4.zip",
|
||||
"fallbackUrl": "https://omnisharpdownload.blob.core.windows.net/ext/omnisharp-linux-x64-1.34.4.zip",
|
||||
"installPath": ".omnisharp/1.34.4",
|
||||
"platforms": [
|
||||
"linux"
|
||||
],
|
||||
|
@ -242,9 +242,9 @@
|
|||
"./mono.linux-x86_64",
|
||||
"./run"
|
||||
],
|
||||
"installTestPath": "./.omnisharp/1.34.3/run",
|
||||
"installTestPath": "./.omnisharp/1.34.4/run",
|
||||
"platformId": "linux-x64",
|
||||
"integrity": "C8BDD30C9F146B2CCDA78C65EAF1DA132002DD1E3E01CACC452BE4E7275F8F92"
|
||||
"integrity": "16322A9F538AFE4A0A9097C7D9519659D727FBC3EB239C57F9BC2B619665E618"
|
||||
},
|
||||
{
|
||||
"id": "Debugger",
|
||||
|
@ -2974,4 +2974,4 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -25,7 +25,7 @@ suite(`Code Action Rename ${testAssetWorkspace.description}`, function () {
|
|||
let fileName = 'A.cs';
|
||||
let projectDirectory = testAssetWorkspace.projects[0].projectDirectoryPath;
|
||||
let filePath = path.join(projectDirectory, fileName);
|
||||
fileUri = vscode.Uri.file(filePath)
|
||||
fileUri = vscode.Uri.file(filePath);
|
||||
});
|
||||
|
||||
suiteTeardown(async () => {
|
||||
|
|
|
@ -34,7 +34,7 @@ suite(`Hover Provider: ${testAssetWorkspace.description}`, function () {
|
|||
await vscode.commands.executeCommand("vscode.open", fileUri);
|
||||
let c = <vscode.Hover[]>(await vscode.commands.executeCommand("vscode.executeHoverProvider", fileUri, new vscode.Position(10, 29)));
|
||||
let answer: string =
|
||||
`Checks if object is tagged with the tag.`
|
||||
`Checks if object is tagged with the tag.`;
|
||||
|
||||
expect((<{ language: string; value: string }>c[0].contents[1]).value).to.equal(answer);
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче