Skip to content

Commit

Permalink
code: Expose showLineMarkers option
Browse files Browse the repository at this point in the history
  • Loading branch information
alcarney committed Aug 16, 2023
1 parent 23d664e commit ff99061
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -240,19 +240,19 @@
"scope": "window",
"type": "boolean",
"default": false,
"description": "Enable lsp-devtools."
"description": "Enable lsp-devtools integration for the language server"
},
"esbonio.server.showDeprecationWarnings": {
"scope": "window",
"type": "boolean",
"default": false,
"description": "Developer flag to enable deprecation warnings."
"description": "Show deprecation warnings as diagnostics."
},
"esbonio.sphinx.enableDevTools": {
"scope": "resource",
"type": "boolean",
"default": false,
"description": "Flag to enable support for additional developer tooling for sphinx agent instances."
"description": "Enable lsp-devtools integration for sphinx agent instances."
},
"esbonio.sphinx.pythonPath": {
"scope": "resource",
Expand All @@ -262,6 +262,12 @@
},
"default": [],
"description": "List of paths to use when constructing the value of PYTHONPATH. Used to inject the sphinx agent into the target environment."
},
"esbonio.preview.showLineMarkers": {
"scope": "resource",
"type": "boolean",
"default": false,
"description": "Render the source line number markers in the preview pane."
}
}
}
Expand Down

0 comments on commit ff99061

Please sign in to comment.