File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8383 "devDependencies" : {
8484 "@types/mocha" : " ^10.0.10" ,
8585 "@types/node" : " ^24.10.0" ,
86- "@types/vscode" : " ^1.105 .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 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==
You can’t perform that action at this time.
0 commit comments