forked from slackapi/node-slack-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
node-slack-sdk.code-workspace
63 lines (63 loc) · 1018 Bytes
/
node-slack-sdk.code-workspace
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"folders": [
{
"name": "Node Slack SDK (root)",
"path": "."
},
{
"name": "Web API",
"path": "packages/web-api"
},
{
"name": "OAuth",
"path": "packages/oauth"
},
{
"name": "Events API",
"path": "packages/events-api"
},
{
"name": "Interactive Messages",
"path": "packages/interactive-messages"
},
{
"name": "RTM API",
"path": "packages/rtm-api"
},
{
"name": "Incoming Webhook",
"path": "packages/webhook"
},
{
"name": "Types",
"path": "packages/types"
},
{
"name": "Logger",
"path": "packages/logger"
},
{
"name": "Client (legacy)",
"path": "packages/client"
},
{
"name": "Integration Tests",
"path": "support/integration-tests"
},
{
"name": "Reference Documentation",
"path": "support/ref-docs"
}
],
"settings": {
"editor.rulers": [
120
],
"editor.tabSize": 2,
"typescript.tsdk": "RTM API/node_modules/typescript/lib",
"cSpell.words": [
"Overridable",
"workspaces"
],
}
}