Commit 4edb9b6
Summary:
The configuration attributes were misconfigured. When using `Attach to Erlang Node` launch.json
complains about missing properties of "node", "cwd", and property "config" is not allowed.
So, update these attributes in package.json to fix the issues.
before:
<img width="375" alt="Screenshot 2568-05-30 at 00 37 11" src="https://github.com/user-attachments/assets/e1c794f8-3704-4c6c-b4c8-85888a8d1678" />
<img width="310" alt="Screenshot 2568-05-30 at 00 37 01" src="https://github.com/user-attachments/assets/40ec2068-5b7e-4200-8181-aed9ff63011b" />
after:
<img width="333" alt="Screenshot 2568-05-30 at 01 05 09" src="https://github.com/user-attachments/assets/46ee20a4-cd06-4e99-9985-c3e802741864" />
Pull Request resolved: #98
Reviewed By: robertoaloi
Differential Revision: D75783374
Pulled By: jcpetruzza
fbshipit-source-id: acdd632ec171a3a4cc464bf7577622f8d60683c9
1 parent be1666e commit 4edb9b6
1 file changed
+26
-17
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
| 111 | + | |
113 | 112 | | |
114 | 113 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
130 | 139 | | |
131 | 140 | | |
132 | 141 | | |
| |||
0 commit comments