forked from land-of-apps/solidus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkspace.code-workspace
More file actions
70 lines (70 loc) · 1.8 KB
/
workspace.code-workspace
File metadata and controls
70 lines (70 loc) · 1.8 KB
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
64
65
66
67
68
69
70
{
"folders": [
{
"path": "."
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/actioncable-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/actionmailbox-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/actionmailer-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/actionpack-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/actiontext-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/actionview-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/activejob-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/activemerchant-1.117.0"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/activemodel-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/activerecord-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/activestorage-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/activesupport-6.0.3.4"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/cancancan-3.1.0"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/terrapin-0.6.0"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/paperclip-6.1.0"
},
{
"path": "../sample_app_6th_ed"
},
{
"path": "../../appland/appmap_depends"
},
{
"path": "../../appland/appmap-js"
},
{
"path": "../../appland/appland"
},
{
"path": "../../../.rbenv/versions/2.6.6/lib/ruby/gems/2.6.0/gems/guard-rspec-4.7.3"
}
],
"settings": {
"terminal.integrated.scrollback": 10000
}
}