Skip to content

Commit 0825436

Browse files
committed
Update code workspace configuration
1 parent 6bd17d6 commit 0825436

File tree

1 file changed

+37
-27
lines changed

1 file changed

+37
-27
lines changed

sentry-ruby.code-workspace

+37-27
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,40 @@
11
{
2-
"folders": [
3-
{
4-
"path": "sentry-ruby"
5-
},
6-
{
7-
"path": "sentry-rails"
8-
},
9-
{
10-
"path": "sentry-sidekiq"
11-
},
12-
{
13-
"path": "sentry-delayed_job"
14-
},
15-
{
16-
"path": "sentry-resque"
17-
},
18-
{
19-
"path": "sentry-opentelemetry"
20-
},
21-
{
22-
"path": ".github"
23-
}
24-
],
25-
"extensions": {
26-
"recommendations": [
27-
"Shopify.ruby-lsp"
28-
]
2+
"folders": [
3+
{
4+
"path": ".devcontainer"
5+
},
6+
{
7+
"path": ".github",
8+
},
9+
{
10+
"path": ".",
11+
"name": "root"
12+
},
13+
{
14+
"path": "sentry-ruby"
15+
},
16+
{
17+
"path": "sentry-rails"
18+
},
19+
{
20+
"path": "sentry-sidekiq"
21+
},
22+
{
23+
"path": "sentry-delayed_job"
24+
},
25+
{
26+
"path": "sentry-resque"
27+
},
28+
{
29+
"path": "sentry-opentelemetry"
30+
},
31+
{
32+
"path": "sentry-raven"
2933
}
34+
],
35+
"extensions": {
36+
"recommendations": [
37+
"Shopify.ruby-lsp"
38+
]
39+
}
3040
}

0 commit comments

Comments
 (0)