Skip to content

Commit 6ec65c2

Browse files
docs: clarify how to open SourceMeta Studio panel (#135)
Closes #65 Signed-off-by: EncrypterParv <parvgoyal1321@gmail.com>
1 parent faec85d commit 6ec65c2

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ vscode: .always
1919
cd vscode && $(NPM) run build
2020
$(INSTALL) -m 0664 README.markdown build/vscode/README.md
2121
$(INSTALL) -m 0664 screenshot.png build/vscode/screenshot.png
22+
$(INSTALL) -m 0664 instructions.png build/vscode/instructions.png
2223
$(INSTALL) -m 0664 LICENSE build/vscode/LICENSE
2324
$(INSTALL) -m 0664 build/webview/index.html build/vscode/index.html
2425
$(INSTALL) -m 0664 vscode/logo.png build/vscode/logo.png

README.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ validation, and automatic formatting directly into your editor.
1212

1313
![Sourcemeta Studio Example](./screenshot.png)
1414

15+
After installing the Sourcemeta Studio extension, issues are not displayed automatically when you open a JSON or YAML file. To view them, open the file and click the Sourcemeta Studio icon in the editor title bar to manually open the Sourcemeta Studio panel for the active file.
16+
17+
![Sourcemeta Studio Instructions](./instructions.png)
18+
1519
> [!TIP]
1620
> Do you want to level up your JSON Schema skills? Check out
1721
> [learnjsonschema.com](https://www.learnjsonschema.com), our growing JSON

instructions.png

228 KB
Loading

0 commit comments

Comments
 (0)