File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,11 @@ export interface LiveServerParams {
47
47
/** Paths to exclusively watch for changes. */
48
48
watch ?: boolean | Array < string | RegExp | Glob >
49
49
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) */
51
53
injectBody ?: boolean
52
- /** Absolute path of your workspace. (for VSCode Extension) */
54
+ /** Absolute path of your workspace. (VSCode Extension only ) */
53
55
workspace ?: string
54
56
55
57
/** @deprecated No need for an external https module */
@@ -61,5 +63,6 @@ export interface LiveServerParams {
61
63
/** @deprecated No one uses /# anymore. */
62
64
spa ?: boolean
63
65
66
+ /** @private Doesn't fetch the config file twice. */
64
67
_cli ?: boolean
65
68
}
You can’t perform that action at this time.
0 commit comments