Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit bd0a08b

Browse files
committed
FUSETOOLS2-1119 - start of poc
Signed-off-by: Brian Fitzpatrick <bfitzpat@redhat.com>
1 parent 5643018 commit bd0a08b

File tree

7 files changed

+105309
-15
lines changed

7 files changed

+105309
-15
lines changed

package-lock.json

Lines changed: 26 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
"command": "vscode.didact.startDidact",
169169
"key": "ctrl+shift+v",
170170
"mac": "cmd+shift+v",
171-
"when": "editorFocus && resourceFilename =~ /[.](didact)[.](md|adoc)$/"
171+
"when": "editorFocus && resourceFilename =~ /[.](didact)[.](md|adoc|yaml)$/"
172172
},
173173
{
174174
"command": "vscode.didact.copyTextToCLI",
@@ -181,7 +181,7 @@
181181
"explorer/context": [
182182
{
183183
"command": "vscode.didact.startDidact",
184-
"when": "resourceFilename =~ /[.](didact)[.](md|adoc)$/",
184+
"when": "resourceFilename =~ /[.](didact)[.](md|adoc|yaml)$/",
185185
"group": "vscode.didact.group@1"
186186
},
187187
{
@@ -231,7 +231,7 @@
231231
],
232232
"editor/title": [
233233
{
234-
"when": "resourceFilename =~ /[.](didact)[.](md|adoc)$/",
234+
"when": "resourceFilename =~ /[.](didact)[.](md|adoc|yaml)$/",
235235
"command": "vscode.didact.verifyCommands",
236236
"alt": "vscode.didact.verifyCommands",
237237
"group": "didact.editor"
@@ -292,13 +292,16 @@
292292
},
293293
"dependencies": {
294294
"@types/download": "^6.2.4",
295+
"@types/js-yaml": "^4.0.1",
295296
"@types/markdown-it": "^12.0.1",
296297
"@types/request-promise": "^4.1.47",
297298
"asciidoctor": "^2.2.4",
298299
"async-wait-until": "2.0.5",
299300
"base-64": "^1.0.0",
300301
"download": "^8.0.0",
301302
"glob": "^7.1.6",
303+
"js-base64": "^3.6.0",
304+
"js-yaml": "^3.14.1",
302305
"markdown-it": "^12.0.6",
303306
"markdown-it-attrs": "^4.0.0",
304307
"markdown-it-task-lists": "^2.1.1",

0 commit comments

Comments
 (0)