Brian Fitzpatrick

Results 12 issues of Brian Fitzpatrick

Migrating code from initial PoC PR branch https://github.com/redhat-developer/vscode-didact/pull/551 to attempt to clean up https://issues.redhat.com/browse/FUSETOOLS2-1163

work in progress

Signed-off-by: Brian Fitzpatrick

This came out of the idea that was mentioned at the Fuse Sync Call for an easy way to bubble up some of the buried functionality of VS Code such...

work in progress

An issue has come up in the VS Code Development slack. An extension developer has created an extension that edits markdown documents loaded from a backend server but has run...

In a conversation recently, another developer brought up the idea of including a "Live" preview of Markdown/AsciiDoc Didact files in a fashion similar to https://marketplace.visualstudio.com/items?itemName=bierner.markdown-mermaid that uses the VS Code...

One of the things I really like about Che is the idea of a "registry" of plugins it knows about. Each entry in the registry defines a few properties such...

While looking into https://github.com/redhat-developer/vscode-didact/issues/150, it became apparent that while markdown-it supports the CommonMark spec for markdown, it doesn't quite support some of the nice Github-related markdown conventions. It appears that...

Validate command doesn't need to be active for everything in the command palette. Should be able to filter it out so it only shows up with the didact webview or...

Right now if you click "Validate All" on the Create a New Didact Tutorial Extension tutorial, it can take a while. But you click it and it just "goes away"...

While working on https://github.com/redhat-developer/vscode-didact/pull/69, I discovered one issue to solve. The main.js that holds the javascript hosted in the webview (https://github.com/redhat-developer/vscode-didact/blob/df6f79532fb01eaba8e5b2d23e69b75b7b757b86/media/main.js#L56) has a list of the requirements didact commands to...