Commit Graph

12 Commits

Author SHA1 Message Date
effac1c159 Git-ignore .vscode/launch.json 2023-07-10 14:10:49 +02:00
49aeccf37b Remove vscode settings
This prevents different user preferences fighting each other.

Other VSCode files are still there as I think they're generally useful:
- `extensions.json` for suggesting some VSCode extensions
- `launch.json` to launch Worker and Manager in the debugger
2023-06-02 22:56:20 +02:00
Eveline Anderson
4d2200bb0c Fix #99549: Remember Previous Status (#104217)
Fix #99549: When sending Workers offline, remember their previous status

When the status of a worker goes offline, the Manager will now make the status of the worker to be remembered once it goes back online. So when the Worker makes this status change (so for example `X → offline`), Manager should immediately set `StatusRequested = "X" ` once it goes online.

Reviewed-on: https://projects.blender.org/studio/flamenco/pulls/104217
2023-06-02 22:50:07 +02:00
3d2bdddffa Fix VSCode debugger config
Since some code from the `cmd/flamenco-xxx` packages moved out of
`main.go`, the package should be targeted to run, not a single `.go` file.
2022-08-25 15:01:50 +02:00
e4321284d7 VSCode: change formatter for Vue files
The old one wasn't available any more.
2022-07-11 18:45:32 +02:00
7f2cf384b0 VSCode: remove unused launch configuration 2022-06-27 14:47:50 +02:00
ec3a74f5f6 VSCode: disable 'cover on save' setting, it's too noisy 2022-06-10 16:53:39 +02:00
3faeff905e Add Vue.volar as recommended VSCode extension 2022-05-19 11:08:04 +02:00
d6c257d396 Include .editorconfig file
This is an attempt to get more cross-editor compatibility.
2022-05-02 18:25:40 +02:00
634d59e622 Use VSCode + Prettier to reformat YAML
This commit includes settings for Visual Studio Code, so that at least
different people with the same editor (or me on multiple machines) get the
same formatting.

No functional changes.
2022-04-22 12:01:09 +02:00
91a6d66de5 Add VSCode launch configuration 2022-03-25 16:48:29 +01:00
02ce95070f Add VSCode extension recommendations 2022-03-04 11:13:17 +01:00