We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e55350 commit bfe6584Copy full SHA for bfe6584
packages/backend/README.md
@@ -10,7 +10,7 @@ This component is the VSCode extension part of the VSCode Code Snippet Framework
10
It is responsible for:
11
12
- Loading code snippets contributions (plugins) (e.g [vscode-snippet-contrib](../../examples)).
13
-- Rendering the code snippet form GUI to display relevant questions to the end user
+- Rendering the code snippet form GUI to display relevant questions to the end user:
14
- inside a [VSCode webview](https://code.visualstudio.com/api/extension-guides/webview).
15
- Note that the form GUI is developed, in a separate [sub-package](../frontend).
16
- Bridging between the frontend GUI and the contributions/plugins, e.g:
0 commit comments