-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathlaunch.json
More file actions
26 lines (20 loc) · 873 Bytes
/
Copy pathlaunch.json
File metadata and controls
26 lines (20 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
// استخدم IntelliSense لمعرفة الخصائص الممكنة.
// مرر الماوس لرؤية أوصاف الخصائص الموجودة.
// لمزيد من المعلومات، يرجى زيارة: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
allowedModels
.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a
.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a
{
"type": "node",
"request": "launch",
"name": "إطلاق البرنامج",
"skipFiles": [
"<node_internals>/**"
],
"program": "${file}"
}
]
}