summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorBlaine2020-04-21 16:55:43 +0530
committerBlaine2020-04-21 16:55:43 +0530
commit16332668592bb1fcaa1b4f1bbd48c65bb55bc139 (patch)
tree13f455d67504192e31598e66ebb30f597e004733 /.vscode
parentd4ac81a1bf396aa7b9888957e2918bcc574e8ed1 (diff)
downloadChemical-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.json12
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