Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Visual Studio 2022 (all editions) #303

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Note: The officially configured application list below is fueled by the communit
</tr>
<tr>
<td><img src="apps/powershell/icon.svg" width="100"></td><td>Powershell<br>(Standard, Core)</td>
<td><img src="apps/vs-enterprise-2019/icon.svg" width="100"></td><td>Visual Studio<br>(2019 - Ent|Pro|Com)</td>
<td><img src="apps/vs-enterprise-2019/icon.svg" width="100"></td><td>Visual Studio<br>(2019, 2022 - Ent|Pro|Com)</td>
</tr>
<tr>
<td><img src="icons/windows.svg" width="100"></td><td>Windows<br>(Full RDP session)</td>
Expand Down Expand Up @@ -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)

1 change: 1 addition & 0 deletions apps/vs-community-2022/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions apps/vs-community-2022/info
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions apps/vs-enterprise-2022/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions apps/vs-enterprise-2022/info
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions apps/vs-professional-2022/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions apps/vs-professional-2022/info
Original file line number Diff line number Diff line change
@@ -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"