Skip to content

Commit 1a6f057

Browse files
Esbonio VSCode Extension Release v0.93.0
1 parent 278de42 commit 1a6f057

File tree

7 files changed

+32
-15
lines changed

7 files changed

+32
-15
lines changed

code/CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## v0.93.0 - 2024-04-20
2+
3+
4+
### Breaking Changes
5+
6+
- - Removed the `esbonio.server.logLevel` option, use `esbonio.logging.level` instead.
7+
- Removed the `esbonio.server.logFilter` option, it has been made obselete by the other `esbonio.logging.*` options
8+
9+
([#748](https://github.com/swyddfa/esbonio/issues/748))
10+
- The `esbonio.server.enabledInPyFiles` configuration option has been removed, use `esbonio.server.documentSelector` instead ([#756](https://github.com/swyddfa/esbonio/issues/756))
11+
12+
### Enhancements
13+
14+
- Added the following configuration options
15+
16+
- `esbonio:config:: esbonio.logging.level`, set the default logging level of the server
17+
- `esbonio:config:: esbonio.logging.format`, set the default format of server log messages
18+
- `esbonio:config:: esbonio.logging.filepath`, enable logging to a file
19+
- `esbonio:config:: esbonio.logging.stderr`, print log messages to stderr
20+
- `esbonio:config:: esbonio.logging.window`, send log messages as `window/logMessage` notifications
21+
- `esbonio:config:: esbonio.logging.config`, override logging configuration for individual loggers, see the [documentation](https://docs.esbon.io/en/latest/lsp/reference/configuration.html#lsp-configuration-logging) for details
22+
- `esbonio.trace.server` enables the logging of LSP messages sent to/from the server
23+
24+
([#748](https://github.com/swyddfa/esbonio/issues/748))
25+
- Added the `esbonio.server.documentSelector` option, granting the user fine grained control over which files the server is enabled in. ([#756](https://github.com/swyddfa/esbonio/issues/756))
26+
27+
### Fixes
28+
29+
- The extension will now notify the server when the user changes Python environment via the Python extension ([#703](https://github.com/swyddfa/esbonio/issues/703))
30+
31+
132
## v0.92.1 - 2024-01-15
233

334

code/changes/703.fix.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/changes/748.breaking.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

code/changes/748.enhancement.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

code/changes/756.breaking.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/changes/756.enhancement.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

code/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "Esbonio Developers",
99
"publisher": "swyddfa",
1010
"license": "MIT",
11-
"version": "0.92.1",
11+
"version": "0.93.0",
1212
"keywords": [
1313
"sphinx",
1414
"documentation"

0 commit comments

Comments
 (0)