Skip to content

Commit

Permalink
Change manifest id
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Mar 27, 2023
1 parent c95b1d3 commit 08aac9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "net.saltssaumure.dev.Exponent",
"id": "net.saltssaumure.Exponent",
"name": "Exponent",
"description": "A Windows XP style theme.",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion xp-linux.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.showOutputWindowOn": "Information",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.watchOnLaunch": false,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.formatOnSave": true,
}
Expand Down
2 changes: 1 addition & 1 deletion xp-windows.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"liveSassCompile.settings.generateMap": false,
"liveSassCompile.settings.showOutputWindowOn": "Information",
"liveSassCompile.settings.watchOnLaunch": true,
"liveSassCompile.settings.watchOnLaunch": false,
"editor.formatOnSaveMode": "modificationsIfAvailable",
"editor.formatOnSave": true,
}
Expand Down

0 comments on commit 08aac9c

Please sign in to comment.