Skip to content

Commit

Permalink
use temporary profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute committed May 15, 2023
1 parent c75c9bf commit 78b84c9
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 24 deletions.
4 changes: 1 addition & 3 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
Please also check that:
* This is actually a bug and not a feature.
* You are running the latest version.
* You are running the latest extension version.
If you have are trying to change or remove a background please refer to [#52](https://github.com/KatsuteDev/Background/issues/52).
Expand Down Expand Up @@ -51,8 +51,6 @@ body:
label: Settings
description: |
Include `background.*` settings from the [settings.json](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file. Remove any sensitive information.
validations:
required: true
- type: textarea
attributes:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: Test
on:
workflow_dispatch:
on: [workflow_dispatch]

jobs:
test:
Expand Down
1 change: 1 addition & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"configurations": [
{
"args": [
"--profile-temp",
"--extensionDevelopmentPath=${workspaceFolder}"
],
"name": "Launch Extension",
Expand Down
47 changes: 30 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,11 @@
"homepage": "https://github.com/KatsuteDev/Background#readme",
"dependencies": {
"@vscode/sudo-prompt": "9.3.1",
"glob": "10.2.2",
"glob": "10.2.3",
"tmp": "0.2.1"
},
"devDependencies": {
"@types/node": "20.1.0",
"@types/node": "20.1.4",
"@types/tmp": "0.2.3",
"@types/vscode": "1.78.0",
"@vscode/vsce": "2.19.0",
Expand Down

0 comments on commit 78b84c9

Please sign in to comment.