File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 "@std/fs" : " jsr:@std/fs@^1.0.0" ,
1919 "@std/cli" : " jsr:@std/cli@^1.0.0" ,
2020 "@std/fmt/colors" : " jsr:@std/fmt@^1.0.0/colors" ,
21- "@typed/vscode" : " jsr:@typed/vscode@^1.101.0"
21+ "@typed/vscode" : " jsr:@typed/vscode@^1.101.0" ,
22+ "@vsce/bundler" : " jsr:@vsce/bundler@^1.0.0"
2223 },
2324 "fmt" : {
2425 "useTabs" : true ,
Original file line number Diff line number Diff line change 11import { join } from '@std/path' ;
2- import { bundleExtension } from '../../ vsce-bundler/mod.ts ' ;
2+ import { bundleExtension } from 'jsr:@ vsce/bundler@^1.0.0 ' ;
33import { assert } from '@std/assert' ;
44import { scaffoldProject } from '../mod.ts' ;
55
Original file line number Diff line number Diff line change 11import { join } from '@std/path' ;
22import { assert } from '@std/assert' ;
33import { scaffoldProject } from '../mod.ts' ;
4- import { bundleExtension } from '../../ vsce-bundler/mod.ts ' ;
4+ import { bundleExtension } from 'jsr:@ vsce/bundler@^1.0.0 ' ;
55
66interface Case {
77 template : string ;
You can’t perform that action at this time.
0 commit comments