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
feat: migrate to W3C Spec Generator API and implement error handling for validation failures (#9)
* ci: add automated release workflow and bump version to 0.0.3
* feat: migrate to W3C Spec Generator API and implement error handling for validation failures
* feat: add vsce package dependency and build script for extension packaging
* style: fix indentation and formatting in release workflow YAML
* ci: update release workflow to trigger on tag creation
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ This plugin is currently in Beta and under active development. There may be bugs
9
9
## Features
10
10
11
11
- Bikeshed side-by-side preview within Visual Studio Code. Bring up Visual Studio Code [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) (⇧⌘P on Macs) and select `Open Bikeshed Preview` while editing a Bikeshed file.
12
-
- Compilation support via [local Bikeshed install](https://speced.github.io/bikeshed/#installing) or through [a remote CGI](https://api.csswg.org/bikeshed/).
12
+
- Compilation support via [local Bikeshed install](https://speced.github.io/bikeshed/#installing) or through the [W3C Spec Generator](https://www.w3.org/publications/spec-generator/).
13
13
- IntelliSense / autocompletion support for W3C webref definitions and definitions within the document.
14
14
15
15
## Requirements
@@ -23,7 +23,7 @@ This extension contributes the following settings:
23
23
-`visualBikeshed.autoUpdate`: Automatically update the preview when the document changes.
24
24
-`visualBikeshed.compilerOption`: Selects a compilation method (URL or Bikeshed binary path).
25
25
-`visualBikeshed.commandPath`: Path to the Bikeshed binary, for local compilation.
26
-
-`visualBikeshed.processorUrl`: URL of the Bikeshed processor (defaults to `https://api.csswg.org/bikeshed/`).
26
+
-`visualBikeshed.processorUrl`: URL of the Bikeshed processor (defaults to `https://www.w3.org/publications/spec-generator/`).
0 commit comments