From f5e182754d9b565616d1b49b0a0c5443b01c3d4f Mon Sep 17 00:00:00 2001
From: Holt59
Tasks: Configure task or open .vscode/tasks.json) using the following
snippet (replace the name and directory as needed):
-// .vscode/tasks.json
-{
- // See https://go.microsoft.com/fwlink/?LinkId=733558
- // for the documentation about the tasks.json format
- "version": "2.0.0",
- "tasks": [
- {
- "label": "reload plugin",
- "type": "shell",
- "command": "$MO2DIR/ModOrganizer.exe",
- "args": [
- "reload-plugin", "My Plugin"
- ]
- }
- ]
-}
+// .vscode/tasks.json
+{
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
+ // for the documentation about the tasks.json format
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "label": "reload plugin",
+ "type": "shell",
+ "command": "$MO2DIR/ModOrganizer.exe",
+ "args": [
+ "reload-plugin", "My Plugin"
+ ]
+ }
+ ]
+}
@@ -390,11 +390,11 @@ snippet (replace the name and directory as needed):
extension from Visual Studio Code marketplace.
Add the following to your Visual Studio Code settings (.vscode/settings.json)
-// .vscode/settings.json
+// .vscode/settings.json
{
- "triggerTaskOnSave.on": true,
- "triggerTaskOnSave.tasks": {
- "reload plugin": [
+ "triggerTaskOnSave.on": true,
+ "triggerTaskOnSave.tasks": {
+ "reload plugin": [
"*.py"
]
}