Open5
dbt-osmosis の拡張

https://qiita.com/ken/items/06161e8d4bac5e0bd209

? What type of extension do you want to create? New Extension (TypeScript)
? What's the name of your extension? dbt-osmosis-runner
? What's the identifier of your extension? dbt-osmosis-runner
? What's the description of your extension?
? Initialize a git repository? No
? Which bundler to use? unbundled
? Which package manager to use? npm
? Do you want to open the new folder with Visual Studio Code? Open with `code`

"customizations": {
"vscode": {
"extensions": [
"dbaeumer.vscode-eslint",
"${containerWorkspaceFolder}/vscode-cds-1.1.4.vsix"
]
}
}