Skip to content

Commit 4788322

Browse files
committed
Improved types
1 parent 86994b6 commit 4788322

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/types.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ export interface LiveServerParams {
4747
/** Paths to exclusively watch for changes. */
4848
watch?: boolean | Array<string | RegExp | Glob>
4949

50-
/** Set to false to not inject body changes. (for VSCode Extension) */
50+
/** Highlights the code you are working on. (VSCode Extension only) */
51+
highlight?: boolean
52+
/** Set to false to not inject body changes. (VSCode Extension only) */
5153
injectBody?: boolean
52-
/** Absolute path of your workspace. (for VSCode Extension) */
54+
/** Absolute path of your workspace. (VSCode Extension only) */
5355
workspace?: string
5456

5557
/** @deprecated No need for an external https module */
@@ -61,5 +63,6 @@ export interface LiveServerParams {
6163
/** @deprecated No one uses /# anymore. */
6264
spa?: boolean
6365

66+
/** @private Doesn't fetch the config file twice. */
6467
_cli?: boolean
6568
}

0 commit comments

Comments
 (0)