Skip to content

Commit

Permalink
add missing vscode types
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderRonde committed Aug 3, 2024
1 parent 36cf823 commit d060b80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"/path/to/hostFolder": "/path/in/dockerContainer"
}
],
"description": "Path mapping for scanned files. Allows for rewriting paths for for example SSH or Docker."
"description": "Path mapping for scanned files. Allows for rewriting paths for for example Docker."
},
"phpstan.rootDir": {
"type": "string",
Expand Down Expand Up @@ -305,6 +305,7 @@
"@types/node": "^17.0.18",
"@types/ps-node": "^0.1.3",
"@types/rimraf": "^3",
"@types/vscode": "1.64.0",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "latest",
"esbuild": "^0.20.2",
Expand Down

0 comments on commit d060b80

Please sign in to comment.