Skip to content

Commit

Permalink
chore: rename ambient.d.ts to workbench.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Aug 20, 2024
1 parent d1d3b78 commit 0ae9994
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/langs/javascript/template/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"include": [
"main.js",
"@pkgdatadir@/langs/typescript/types/ambient.d.ts",
"@pkgdatadir@/langs/typescript/types/workbench.d.ts",
"@pkgdatadir@/langs/typescript/gi-types/gi.d.ts"
]
}
4 changes: 2 additions & 2 deletions src/langs/typescript/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ configure_file(
)

configure_file(
input: 'types/ambient.d.ts',
output: 'ambient.d.ts',
input: 'types/workbench.d.ts',
output: 'workbench.d.ts',
install_dir: join_paths(pkgdatadir, 'langs/typescript/types'),
configuration: bin_conf,
)
Expand Down
2 changes: 1 addition & 1 deletion src/langs/typescript/template/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"include": [
"main.ts",
"@pkgdatadir@/langs/typescript/gi-types/index.d.ts",
"@pkgdatadir@/langs/typescript/types/ambient.d.ts"
"@pkgdatadir@/langs/typescript/types/workbench.d.ts"
]
}
File renamed without changes.

0 comments on commit 0ae9994

Please sign in to comment.