Commit 5e9204c
Fix IntelliJ remote config sync freeze and JSON parsing issues (#8801)
* Fix IntelliJ remote config sync issues
- Only schedule sync job when remote server URL is configured
- Catch all exceptions including JsonSyntaxException
- Fix logic error where configJs and configJson overwrite each other
- Properly clean up sync job when cancelled
Fixes #8769
Co-authored-by: dallin <[email protected]>
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <[email protected]>
* Fix config.js and config.json file path separation
Use separate file paths for JavaScript (config.js) and JSON (config.json)
configuration files to maintain proper separation of concerns.
Co-authored-by: dallin <[email protected]>
Generated with [Continue](https://continue.dev)
Co-Authored-By: Continue <[email protected]>
---------
Co-authored-by: continue[bot] <continue[bot]@users.noreply.github.com>
Co-authored-by: Continue <[email protected]>
Co-authored-by: Dallin Romney <[email protected]>1 parent 819f1d3 commit 5e9204c
File tree
1 file changed
+27
-12
lines changed- extensions/intellij/src/main/kotlin/com/github/continuedev/continueintellijextension/services
1 file changed
+27
-12
lines changedLines changed: 27 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
129 | 139 | | |
130 | 140 | | |
131 | 141 | | |
132 | 142 | | |
133 | 143 | | |
134 | 144 | | |
135 | 145 | | |
136 | | - | |
| 146 | + | |
137 | 147 | | |
138 | 148 | | |
| 149 | + | |
139 | 150 | | |
140 | 151 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
148 | 163 | | |
149 | 164 | | |
150 | 165 | | |
| |||
0 commit comments