You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+26-17Lines changed: 26 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
A Visual Studio Code extension that helps you read and write Systemd unit files
6
6
7
-

7
+

- Improve the accuracy of the following completion:
39
-
- systemd.resource-control
40
-
- systemd.kill
41
-
- systemd.exec
42
-
- Add more unit types: `*.path`, `*.mount`, `journald.conf`, ...
43
-
- Fix the links to directives in the systemd help documents
44
-
- Add completion for `OnCalendar`
45
-
- Add more value completions
46
-
- Update the data of `podman-systemd.unit` to the latest (new section `[Pod]`)
47
-
- Update syntax for size/calendar/restart options/section names/prefixes
48
-
- Fix syntax for escaped characters
33
+
### 2.2.0 (2024-03-16)
34
+
35
+
- Add auto-completion and signature hint support for boolean values for directives
36
+
- Add support for a new unit file `iocost.conf`
37
+
- Add more completion/documentation for directive value
38
+
- Add more documentation for deprecated/renamed/removed directives
39
+
- Add version information into the documentation to indicate the first supported version and the version at which the directive became deprecated/removed
40
+
- Add a new configuration named `systemd.podman.completion` to enable/disable providing completion items related to Podman Quadlet by default
41
+
- Add a new configuration named `systemd.version` to ensure the extension only offers compatible auto-completion and provides more precise linting feature
42
+
- Add a new configuration named `systemd.style.boolean` to specify the preferred boolean value format for auto-completion
43
+
- Fixed a bug where the documentation for some directives was not displayed
44
+
- Fixed some errors in the documentation, including incorrect markup tags, tables that are not
45
+
displaying properly and unexpected email addresses
46
+
- Fixed auto-completion feature for directives in the following sections: `MACVTAP`/`IPVTAP`/`Tap`
47
+
- Renamed the following configurations: (The old names will still be supported in 2024)
0 commit comments