diff options
author | Blaine | 2020-04-21 16:55:43 +0530 |
---|---|---|
committer | Blaine | 2020-04-21 16:55:43 +0530 |
commit | 16332668592bb1fcaa1b4f1bbd48c65bb55bc139 (patch) | |
tree | 13f455d67504192e31598e66ebb30f597e004733 /.vscode | |
parent | d4ac81a1bf396aa7b9888957e2918bcc574e8ed1 (diff) | |
download | Chemical-PFD-16332668592bb1fcaa1b4f1bbd48c65bb55bc139.tar.gz Chemical-PFD-16332668592bb1fcaa1b4f1bbd48c65bb55bc139.tar.bz2 Chemical-PFD-16332668592bb1fcaa1b4f1bbd48c65bb55bc139.zip |
Moved to QMainWindow. canvas is now seperate
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/tasks.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..f388534 --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,12 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "run", + "type": "shell", + "command": "fbs run" + } + ] +}
\ No newline at end of file |