File tree Expand file tree Collapse file tree 3 files changed +14
-14
lines changed
Expand file tree Collapse file tree 3 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 8282 },
8383 "devDependencies" : {
8484 "@types/mocha" : " ^10.0.10" ,
85- "@types/node" : " ^22.15.17 " ,
86- "@types/vscode" : " ^1.105 .0" ,
85+ "@types/node" : " ^24.10.0 " ,
86+ "@types/vscode" : " ^1.75 .0" ,
8787 "@types/semver" : " ^7.7.1" ,
8888 "tslint" : " ^6.1.3" ,
8989 "typescript" : " ^5.9.3" ,
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export function activate(context: ExtensionContext) {
156156 workspace . onDidDeleteFiles ( e => {
157157 if ( ! ameba ) return ;
158158
159- for ( const file of e . files ) {
159+ for ( const file of e . files ) {
160160 outputChannel . appendLine ( `[Delete] Clearing ${ file . fsPath } ` )
161161 ameba && ameba . clear ( file )
162162 }
@@ -201,7 +201,7 @@ function getRelativePath(document: TextDocument): string {
201201}
202202
203203export function noWorkspaceFolder ( uri : Uri ) : WorkspaceFolder {
204- const firstWorkspaceFolder = workspace . workspaceFolders ?. at ( 0 ) ;
204+ const firstWorkspaceFolder = workspace . workspaceFolders ?. [ 0 ] ;
205205 if ( uri . scheme === 'untitled' && firstWorkspaceFolder ) {
206206 return firstWorkspaceFolder
207207 }
Original file line number Diff line number Diff line change 3333 resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.10.tgz#91f62905e8d23cbd66225312f239454a23bebfa0"
3434 integrity sha512-xPyYSz1cMPnJQhl0CLMH68j3gprKZaTjG3s5Vi+fDgx+uhG9NOXwbVt52eFS8ECyXhyKcjDLCBEqBExKuiZb7Q==
3535
36- " @types/node@^22.15.17 " :
37- version "22.15.17 "
38- resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.17 .tgz#355ccec95f705b664e4332bb64a7f07db30b7055 "
39- integrity sha512-wIX2aSZL5FE+MR0JlvF87BNVrtFWf6AE6rxSE9X7OwnVvoyCQjpzSRJ+M87se/4QCkCiebQAqrJ0y6fwIyi7nw ==
36+ " @types/node@^24.10.0 " :
37+ version "24.10.0 "
38+ resolved "https://registry.yarnpkg.com/@types/node/-/node-24.10.0 .tgz#6b79086b0dfc54e775a34ba8114dcc4e0221f31f "
39+ integrity sha512-qzQZRBqkFsYyaSWXuEHc2WR9c0a0CXwiE5FWUvn7ZM+vdy1uZLfCunD38UzhuB7YN/J11ndbDBcTmOdxJo9Q7A ==
4040 dependencies :
41- undici-types "~6.21 .0"
41+ undici-types "~7.16 .0"
4242
4343" @types/semver@^7.7.1 " :
4444 version "7.7.1"
4545 resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.7.1.tgz#3ce3af1a5524ef327d2da9e4fd8b6d95c8d70528"
4646 integrity sha512-FmgJfu+MOcQ370SD0ev7EI8TlCAfKYU+B4m5T3yXc1CiRN94g/SZPtsCkk506aUDtlMnFZvasDwHHUcZUEaYuA==
4747
48- " @types/vscode@^1.105 .0 " :
48+ " @types/vscode@^1.75 .0 " :
4949 version "1.105.0"
5050 resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.105.0.tgz#774c54cdb62409afeb0cb2a96f75c2e06ef3f97a"
5151 integrity sha512-Lotk3CTFlGZN8ray4VxJE7axIyLZZETQJVWi/lYoUVQuqfRxlQhVOfoejsD2V3dVXPSbS15ov5ZyowMAzgUqcw==
@@ -465,10 +465,10 @@ typescript@^5.9.3:
465465 resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
466466 integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
467467
468- undici-types@~6.21 .0 :
469- version "6.21 .0"
470- resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-6.21 .0.tgz#691d00af3909be93a7faa13be61b3a5b50ef12cb "
471- integrity sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ ==
468+ undici-types@~7.16 .0 :
469+ version "7.16 .0"
470+ resolved "https://registry.yarnpkg.com/undici-types/-/undici-types-7.16 .0.tgz#ffccdff36aea4884cbfce9a750a0580224f58a46 "
471+ integrity sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw ==
472472
473473unzipper@^0.10.11 :
474474 version "0.10.14"
You can’t perform that action at this time.
0 commit comments