aboutsummaryrefslogtreecommitdiff
path: root/.vscode/tasks.json
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-05-10 20:54:04 -0400
committerAlee <Alee14498@gmail.com>2019-05-10 20:54:04 -0400
commitef4fefa80725aceb45364e3e309db1dc0babc2de (patch)
tree82fe9eeb306f29f476cb5fbf94561c5ca0b58b61 /.vscode/tasks.json
parente7a4eabb90aad77272235c1d9bc44b9186841bf1 (diff)
downloadAleeBot.NET-ef4fefa80725aceb45364e3e309db1dc0babc2de.tar.gz
AleeBot.NET-ef4fefa80725aceb45364e3e309db1dc0babc2de.tar.bz2
AleeBot.NET-ef4fefa80725aceb45364e3e309db1dc0babc2de.zip
Added stuff for the VSCode IDE
Diffstat (limited to '.vscode/tasks.json')
-rw-r--r--.vscode/tasks.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
new file mode 100644
index 0000000..a914fef
--- /dev/null
+++ b/.vscode/tasks.json
@@ -0,0 +1,17 @@
+{
+ // See https://go.microsoft.com/fwlink/?LinkId=733558
+ // for the documentation about the tasks.json format
+ "version": "2.0.0",
+ "tasks": [
+ {
+ "label": "build",
+ "command": "dotnet build",
+ "type": "shell",
+ "group": "build",
+ "presentation": {
+ "reveal": "silent"
+ },
+ "problemMatcher": "$msCompile"
+ }
+ ]
+} \ No newline at end of file