From 58478415e0d635aacfa9fd7ba2035112302ab154 Mon Sep 17 00:00:00 2001 From: George Kravchenko Date: Tue, 18 Jan 2022 12:31:36 -0800 Subject: [PATCH] Add Visual Studio 2022 (all editions) --- README.md | 5 ++--- apps/vs-community-2022/icon.svg | 1 + apps/vs-community-2022/info | 15 +++++++++++++++ apps/vs-enterprise-2022/icon.svg | 1 + apps/vs-enterprise-2022/info | 15 +++++++++++++++ apps/vs-professional-2022/icon.svg | 1 + apps/vs-professional-2022/info | 15 +++++++++++++++ 7 files changed, 50 insertions(+), 3 deletions(-) create mode 100644 apps/vs-community-2022/icon.svg create mode 100644 apps/vs-community-2022/info create mode 100644 apps/vs-enterprise-2022/icon.svg create mode 100644 apps/vs-enterprise-2022/info create mode 100644 apps/vs-professional-2022/icon.svg create mode 100644 apps/vs-professional-2022/info diff --git a/README.md b/README.md index daf5952..d568e2c 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Note: The officially configured application list below is fueled by the communit Powershell
(Standard, Core) - Visual Studio
(2019 - Ent|Pro|Com) + Visual Studio
(2019, 2022 - Ent|Pro|Com) Windows
(Full RDP session) @@ -180,8 +180,7 @@ The following optional commands can be used to manage your application configura ## Shout outs - Some icons pulled from - - Fluent UI React - Icons under [MIT License](https://github.com/Fmstrat/fluent-ui-react/blob/master/LICENSE.md) + - Fluent UI React - Icons under [MIT License](https://github.com/Fmstrat/fluent-ui-react/blob/master/LICENSE.md) - Fluent UI - Icons under [MIT License](https://github.com/Fmstrat/fluentui/blob/master/LICENSE) with [restricted use](https://static2.sharepointonline.com/files/fabric/assets/microsoft_fabric_assets_license_agreement_nov_2019.pdf) - PKief's VSCode Material Icon Theme - Icons under [MIT License](https://github.com/Fmstrat/vscode-material-icon-theme/blob/master/LICENSE.md) - DiemenDesign's LibreICONS - Icons under [MIT License](https://github.com/Fmstrat/LibreICONS/blob/master/LICENSE) - diff --git a/apps/vs-community-2022/icon.svg b/apps/vs-community-2022/icon.svg new file mode 100644 index 0000000..428ec5a --- /dev/null +++ b/apps/vs-community-2022/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/vs-community-2022/info b/apps/vs-community-2022/info new file mode 100644 index 0000000..abde6d2 --- /dev/null +++ b/apps/vs-community-2022/info @@ -0,0 +1,15 @@ +# GNOME shortcut name +NAME="Visual Studio 2022 Community" + +# Used for descriptions and window class +FULL_NAME="Visual Studio 2022 Community" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\devenv.exe" + +# GNOME categories +CATEGORIES="Development" + +# GNOME mimetypes +# See: https://stackoverflow.com/questions/208056/what-are-the-mime-types-for-net-project-source-code-files +MIME_TYPES="text/xml;text/plain;text/x-csharp" \ No newline at end of file diff --git a/apps/vs-enterprise-2022/icon.svg b/apps/vs-enterprise-2022/icon.svg new file mode 100644 index 0000000..428ec5a --- /dev/null +++ b/apps/vs-enterprise-2022/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/vs-enterprise-2022/info b/apps/vs-enterprise-2022/info new file mode 100644 index 0000000..3a78ebe --- /dev/null +++ b/apps/vs-enterprise-2022/info @@ -0,0 +1,15 @@ +# GNOME shortcut name +NAME="Visual Studio 2022 Enterprise" + +# Used for descriptions and window class +FULL_NAME="Visual Studio 2022 Enterprise" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\devenv.exe" + +# GNOME categories +CATEGORIES="Development" + +# GNOME mimetypes +# See: https://stackoverflow.com/questions/208056/what-are-the-mime-types-for-net-project-source-code-files +MIME_TYPES="text/xml;text/plain;text/x-csharp" \ No newline at end of file diff --git a/apps/vs-professional-2022/icon.svg b/apps/vs-professional-2022/icon.svg new file mode 100644 index 0000000..428ec5a --- /dev/null +++ b/apps/vs-professional-2022/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/vs-professional-2022/info b/apps/vs-professional-2022/info new file mode 100644 index 0000000..5fe152b --- /dev/null +++ b/apps/vs-professional-2022/info @@ -0,0 +1,15 @@ +# GNOME shortcut name +NAME="Visual Studio 2022 Professional" + +# Used for descriptions and window class +FULL_NAME="Visual Studio 2022 Professional" + +# The executable inside windows +WIN_EXECUTABLE="C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\devenv.exe" + +# GNOME categories +CATEGORIES="Development" + +# GNOME mimetypes +# See: https://stackoverflow.com/questions/208056/what-are-the-mime-types-for-net-project-source-code-files +MIME_TYPES="text/xml;text/plain;text/x-csharp" \ No newline at end of file