Shawn McKay

Results 38 issues of Shawn McKay

Resolves #146. Allow the ability to overwrite axiosConfig for update & delete resource requests. See PR #146. This allows the client to make requests at different endpoints. In the example...

There should be a way to support namespaced (v2, v3) endpoints or changed urls with redux-json-api. Currently this is not supported with `createResource`, `deleteResource` & `updateResource`. This could be handled...

help wanted

Running React in vscode results in a lot of the bloat and complications in the app. It would be much simpler if the app used native vscode UI - eg...

enhancement

Get Storybook working again. Signed-off-by: shmck

There are no UI based tests at the moment inside of the `web-app` folder.

backlog
testing

There are times where the webview falls behind other editor views. Solutions for this include: 1. waiting for VSCode to allow webviews in the side panel 2. listening to editor...

bug
wontfix

Requirements: - should contain the logo (see #425) - should loosely explain the extension for someone unfamiliar - should have Start/Continue buttons The app uses https://fusion.design/, essentially an internal version...

enhancement

It would be very helpful to have extension testing built into the CI/CD pipeline. See https://code.visualstudio.com/api/working-with-extensions/testing-extension

backlog
vscode-feature
testing

Figure out a way to either: - whitelist specific commands (eg. `npm install`) - blacklist dangerous commands Whitelisting seems like a much easier approach. To keep the list up to...

enhancement
question