fbt, docs: typo fixes; vscode: fixed deprecated target names (#1926)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2022-10-26 19:18:06 +04:00
committed by GitHub
parent 5c8df66b7c
commit a8edb41eae
3 changed files with 5 additions and 4 deletions

View File

@@ -109,13 +109,13 @@
"label": "[Debug] Build FAPs",
"group": "build",
"type": "shell",
"command": "./fbt plugin_dist"
"command": "./fbt fap_dist"
},
{
"label": "[Release] Build FAPs",
"group": "build",
"type": "shell",
"command": "./fbt COMPACT=1 DEBUG=0 plugin_dist"
"command": "./fbt COMPACT=1 DEBUG=0 fap_dist"
},
{
"label": "[Debug] Launch App on Flipper",