Add support to set a base URL to allow proxying #178
Annotations
21 errors and 3 warnings
build (ubuntu-latest):
src/extension.ts#L117
Property 'baseURL' does not exist on type 'LiveServerParams'.
|
build (ubuntu-latest):
src/extension.ts#L118
Property 'baseURL' does not exist on type 'LiveServerParams'.
|
build (ubuntu-latest):
src/extension.ts#L118
Property 'baseURL' does not exist on type 'LiveServerParams'.
|
build (ubuntu-latest):
src/extension.ts#L324
Argument of type '{ injectBody: boolean; open: string | boolean | string[] | null; root: string; baseURL: string; workspace: string; _cli: true; browser?: string | string[] | undefined; cache?: boolean | undefined; ... 25 more ...; spa?: boolean | undefined; }' is not assignable to parameter of type 'LiveServerParams'.
|
build (ubuntu-latest):
src/extension.ts#L344
Argument of type '{ injectBody: boolean; open: string | boolean | string[] | null; root: string; baseURL: string; workspace: string; _cli: true; browser?: string | string[] | undefined; cache?: boolean | undefined; ... 25 more ...; spa?: boolean | undefined; }' is not assignable to parameter of type 'LiveServerParams'.
|
build (ubuntu-latest):
src/extension.ts#L378
Argument of type '{ injectBody: boolean; root: string; baseURL: string; open: string; browser?: string | string[] | undefined; cache?: boolean | undefined; configFile?: string | boolean | undefined; cors?: boolean | undefined; ... 25 more ...; _cli?: boolean | undefined; }' is not assignable to parameter of type 'LiveServerParams'.
|
build (ubuntu-latest)
Process completed with exit code 2.
|
build (windows-latest):
src/extension.ts#L117
Property 'baseURL' does not exist on type 'LiveServerParams'.
|
build (windows-latest):
src/extension.ts#L118
Property 'baseURL' does not exist on type 'LiveServerParams'.
|
build (windows-latest):
src/extension.ts#L118
Property 'baseURL' does not exist on type 'LiveServerParams'.
|
build (windows-latest):
src/extension.ts#L324
Argument of type '{ injectBody: boolean; open: string | boolean | string[] | null; root: string; baseURL: string; workspace: string; _cli: true; browser?: string | string[] | undefined; cache?: boolean | undefined; ... 25 more ...; spa?: boolean | undefined; }' is not assignable to parameter of type 'LiveServerParams'.
|
build (windows-latest):
src/extension.ts#L344
Argument of type '{ injectBody: boolean; open: string | boolean | string[] | null; root: string; baseURL: string; workspace: string; _cli: true; browser?: string | string[] | undefined; cache?: boolean | undefined; ... 25 more ...; spa?: boolean | undefined; }' is not assignable to parameter of type 'LiveServerParams'.
|
build (windows-latest):
src/extension.ts#L378
Argument of type '{ injectBody: boolean; root: string; baseURL: string; open: string; browser?: string | string[] | undefined; cache?: boolean | undefined; configFile?: string | boolean | undefined; cors?: boolean | undefined; ... 25 more ...; _cli?: boolean | undefined; }' is not assignable to parameter of type 'LiveServerParams'.
|
build (windows-latest)
Process completed with exit code 1.
|
build (macos-latest):
src/extension.ts#L117
Property 'baseURL' does not exist on type 'LiveServerParams'.
|
build (macos-latest):
src/extension.ts#L118
Property 'baseURL' does not exist on type 'LiveServerParams'.
|
build (macos-latest):
src/extension.ts#L118
Property 'baseURL' does not exist on type 'LiveServerParams'.
|
build (macos-latest):
src/extension.ts#L324
Argument of type '{ injectBody: boolean; open: string | boolean | string[] | null; root: string; baseURL: string; workspace: string; _cli: true; browser?: string | string[] | undefined; cache?: boolean | undefined; ... 25 more ...; spa?: boolean | undefined; }' is not assignable to parameter of type 'LiveServerParams'.
|
build (macos-latest):
src/extension.ts#L344
Argument of type '{ injectBody: boolean; open: string | boolean | string[] | null; root: string; baseURL: string; workspace: string; _cli: true; browser?: string | string[] | undefined; cache?: boolean | undefined; ... 25 more ...; spa?: boolean | undefined; }' is not assignable to parameter of type 'LiveServerParams'.
|
build (macos-latest):
src/extension.ts#L378
Argument of type '{ injectBody: boolean; root: string; baseURL: string; open: string; browser?: string | string[] | undefined; cache?: boolean | undefined; configFile?: string | boolean | undefined; cors?: boolean | undefined; ... 25 more ...; _cli?: boolean | undefined; }' is not assignable to parameter of type 'LiveServerParams'.
|
build (macos-latest)
Process completed with exit code 2.
|
build (ubuntu-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (windows-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build (macos-latest)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|