meerkat-dashboard / meerkat

Drag-and-drop dashboards for Icinga
https://meerkat.run
GNU Affero General Public License v3.0
18 stars 2 forks source link

Are we OK for development with vscode? #157

Closed ollytom closed 1 year ago

ollytom commented 1 year ago

I'm looking for any users of vscode (or similar IDEs), especially on Windows, to let me know if:

  1. the javascript tooling (webpack, eslint, prettier...) is configured ok
  2. the "Developing" section of the README is sufficient to get going

I'm not familiar with those larger IDEs at all, but I'm aware that they are super popular!

I'm hoping that things like webpack and prettier are ok to be run automatically by IDE plugins or something. I've tried to keep the configuration low for that reason.

Right now I've used a command-line workflow as the lowest common denominator in the README. I'm hoping that the number of commands is low enough - and the commands short enough - to be understandable by someone not super comfortable at the command line but comfy with an IDE.

ollytom commented 1 year ago

If I understand correctly, @afoster said not interested in supporting any "special" cases for IDEs, for example maintaining documentation for particular plugins or keeping some kind of special IDE configuration file around.

That's great! That's my thinking too as I run a relatively eccentric setup but I try to keep the docs and tooling as portable as possible.

If anyone can provide basic confirmation like "yep, works for me!" running Windows and windows subsytem for linux or cygwin (or something? I'm out of date??) and vscode or JetBrains WebStorm or something that would be super helpful! 😄