We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8deebc1 commit 65ce20dCopy full SHA for 65ce20d
1 file changed
extensions/mssql/src/configurations/flatFileConfig.ts
@@ -11,10 +11,12 @@ export const flatFileConfig = {
11
version: "0.0.12",
12
downloadFileNames: {
13
Windows_64: "win-x64.zip",
14
+ Windows_ARM64: "win-arm64.zip",
15
Windows_86: "win-x86.zip",
16
OSX: "osx-x64.tar.gz",
17
OSX_ARM64: "osx-arm64.tar.gz",
18
Linux: "linux-x64.tar.gz",
19
+ Linux_ARM64: "linux-arm64.tar.gz",
20
},
21
installDir: "flatfileservice/{#platform#}/{#version#}",
22
executableFiles: ["MicrosoftSqlToolsFlatFileImport", "MicrosoftSqlToolsFlatFileImport.exe"],
0 commit comments