UNPKG
@soitora/plex-guid-grabber
Version:
latest (3.2.1)
3.2.1
3.2.0
3.1.0
3.0.0
2.0.2
2.0.1
Grab the GUID of a Plex entry on demand
soitora.com/Plex-GUID-Grabber/
Soitora/Plex-GUID-Grabber
@soitora/plex-guid-grabber
/
.vscode
/
settings.json
12 lines
(11 loc)
•
232 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"files.exclude"
:
{
".vscode"
:
true
,
"*.bak"
:
true
,
"*.code-workspace"
:
true
,
"LICENSE"
:
true
,
"node_modules"
:
true
,
"pnpm-lock.yaml"
:
true
,
"renovate.json"
:
true
}
}