FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feather-design-system/.vscode/launch.json at dev · feather-design-system/feather-design-system · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feather-design-system
/
feather-design-system
Public
Notifications
You must be signed in to change notification settings
Fork
6
Star
19
Code
Issues
4
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
feather-design-system
/
.vscode
/
launch.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (32 loc) · 989 Bytes
Breadcrumbs
feather-design-system
/
.vscode
/
launch.json
Copy path
File metadata and controls
32 lines (32 loc) · 989 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
27
28
29
30
31
32
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version"
:
"
0.2.0
"
,
"configurations"
: [
{
"type"
:
"
chrome
"
,
"request"
:
"
launch
"
,
"name"
:
"
Chrome Debug Feather Demo
"
,
"url"
:
"
http://localhost:3000
"
},
{
"type"
:
"
msedge
"
,
"request"
:
"
launch
"
,
"name"
:
"
Edge Debug Feather Demo
"
,
"url"
:
"
http://localhost:3000
"
},
{
"type"
:
"
node
"
,
"request"
:
"
launch
"
,
"name"
:
"
Debug Current Test File
"
,
"autoAttachChildProcesses"
:
true
,
"skipFiles"
: [
"
<node_internals>/**
"
,
"
**/node_modules/**
"
],
"program"
:
"
${workspaceRoot}/node_modules/vitest/vitest.mjs
"
,
"args"
: [
"
run
"
,
"
${relativeFile}
"
],
"smartStep"
:
true
,
"console"
:
"
integratedTerminal
"
}
]
}
Back
|
FazBrowse Home
|
New Git URL