aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
diff options
context:
space:
mode:
authorLibravatar Nathanaël Houn <contact@nathanaelhoun.fr>2022-04-22 11:51:48 +0200
committerLibravatar GitHub <noreply@github.com>2022-04-22 09:51:48 +0000
commit81b4aae66515b6eec2ac98fda50b1a59bffd94e3 (patch)
treee61886514667101ff8169aa09daa375c9853eb35 /.vscode
parentFix build for snapcraft: command not found (diff)
downloadferdium-app-81b4aae66515b6eec2ac98fda50b1a59bffd94e3.tar.gz
ferdium-app-81b4aae66515b6eec2ac98fda50b1a59bffd94e3.tar.zst
ferdium-app-81b4aae66515b6eec2ac98fda50b1a59bffd94e3.zip
Added build scripts for linux, macos and windows to help new contributors get setup quickly (#21)
Co-authored-by: Vijay A <vraravam@users.noreply.github.com> Co-authored-by: André Oliveira <oliveira.andrerodrigues95@gmail.com>
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 78db6562c..24002a53b 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -2,6 +2,13 @@
2 "version": "0.2.0", 2 "version": "0.2.0",
3 "configurations": [ 3 "configurations": [
4 { 4 {
5 "name": "PowerShell Launch Current File",
6 "type": "PowerShell",
7 "request": "launch",
8 "script": "${file}",
9 "cwd": "${workspaceFolder}"
10 },
11 {
5 "type": "node", 12 "type": "node",
6 "request": "launch", 13 "request": "launch",
7 "name": "Ferdium - Test API", 14 "name": "Ferdium - Test API",