Skip to content

Commit

Permalink
feat: Update VSCode settings in gnome-extension
Browse files Browse the repository at this point in the history
- Changed workspace label inindicator list to remove the workspace extension
- Added new preferences for VSCode Location, Debug, and Prefer Workspace File
- Updated the preferences UI to include the new settings
  • Loading branch information
ZanzyTHEbar committed Jun 28, 2024
1 parent ac7db39 commit 6e2f9dc
Show file tree
Hide file tree
Showing 4 changed files with 188 additions and 74 deletions.
Binary file modified gnome-extension/schemas/gschemas.compiled
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,25 @@
<schemalist>
<schema id="org.gnome.shell.extensions.vscode-workspaces"
path="/org/gnome/shell/extensions/vscode-workspaces/">
<key name="vscode-location" type="s">
<default>'code'</default>
<summary>VSCode Location</summary>
<description>Path to your VSCode Binary</description>
</key>
<key name="new-window" type="b">
<default>false</default>
<summary>New Window</summary>
<description>Open Code in New Window</description>
</key>
<key name="vscode-location" type="s">
<default>'code'</default>
<summary>VSCode Location</summary>
<description>Path to your VSCode Binary</description>
<key name="prefer-workspace-file" type="b">
<default>false</default>
<summary>Prefer Workspace File</summary>
<description>Whether to prefer the workspace file over the workspace directory if a workspace file is present</description>
</key>
<key name="debug" type="b">
<default>false</default>
<summary>Debug</summary>
<description>Whether to enable debug logging</description>
</key>
<key name="refresh-interval" type="i">
<default>300</default>
Expand Down
Loading

0 comments on commit 6e2f9dc

Please sign in to comment.