-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed message serialization and made web interface load
- Loading branch information
1 parent
6a64176
commit 7d8202c
Showing
19 changed files
with
367 additions
and
231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,24 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "." | ||
"path": "." // Gridworld | ||
}, | ||
{ | ||
"path": "../.." | ||
} | ||
"path": "../edge_transports" // Edge transports | ||
}, | ||
{ | ||
"path": "../.." // Clusterio | ||
}, | ||
], | ||
"settings": { | ||
"prettier.useTabs": true, | ||
"editor.insertSpaces": false | ||
}, | ||
"extensions": { | ||
"recommendations": [ | ||
"yzhang.markdown-all-in-one", | ||
"github.copilot", | ||
"yinfei.luahelper" | ||
"yinfei.luahelper", | ||
"dbaeumer.vscode-eslint" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.