Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998 (#7880)
* Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998 * fix pipelines * fix strict-null-checks * add missing files
@@ -30,7 +30,7 @@ if [ ! -L $0 ]; then
|
||||
# if path is not a symlink, find relatively
|
||||
VSCODE_PATH="$(dirname $0)/.."
|
||||
else
|
||||
if which readlink >/dev/null; then
|
||||
if command -v readlink >/dev/null; then
|
||||
# if readlink exists, follow the symlink and find relatively
|
||||
VSCODE_PATH="$(dirname $(readlink -f $0))/.."
|
||||
else
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Name=@@NAME_LONG@@ - URL Handler
|
||||
Comment=Azure Data Studio
|
||||
GenericName=Text Editor
|
||||
Exec=@@EXEC@@ --open-url %U
|
||||
Exec=@@EXEC@@ --no-sandbox --open-url %U
|
||||
Icon=@@ICON@@
|
||||
Type=Application
|
||||
NoDisplay=true
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Name=@@NAME_LONG@@
|
||||
Comment=Data Management Tool that enables you to work with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
|
||||
GenericName=Text Editor
|
||||
Exec=@@EXEC@@ --unity-launch %F
|
||||
Exec=@@EXEC@@ --no-sandbox --unity-launch %F
|
||||
Icon=@@ICON@@
|
||||
Type=Application
|
||||
StartupNotify=false
|
||||
@@ -14,5 +14,5 @@ Keywords=azuredatastudio;
|
||||
|
||||
[Desktop Action new-empty-window]
|
||||
Name=New Empty Window
|
||||
Exec=@@EXEC@@ --new-window %F
|
||||
Exec=@@EXEC@@ --no-sandbox --new-window %F
|
||||
Icon=@@ICON@@
|
||||
|
||||
0
resources/win32/inno-big-125.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 201 KiB After Width: | Height: | Size: 201 KiB |
0
resources/win32/inno-big-150.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 332 KiB After Width: | Height: | Size: 332 KiB |
0
resources/win32/inno-big-175.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 445 KiB After Width: | Height: | Size: 445 KiB |
0
resources/win32/inno-big-200.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 580 KiB After Width: | Height: | Size: 580 KiB |
0
resources/win32/inno-big-225.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 730 KiB After Width: | Height: | Size: 730 KiB |
0
resources/win32/inno-small-100.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 9.1 KiB After Width: | Height: | Size: 9.1 KiB |
0
resources/win32/inno-small-125.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
0
resources/win32/inno-small-150.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
0
resources/win32/inno-small-175.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
0
resources/win32/inno-small-200.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |
0
resources/win32/inno-small-225.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
0
resources/win32/inno-small-250.bmp
Executable file → Normal file
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 57 KiB |