Skip to content

Commit

Permalink
add config parameters (#56)
Browse files Browse the repository at this point in the history
* add config parameters

* add IDE markers for intellij and vscode

* remove IDE markers for intellij

* remove IDE markers for intellij

* remove IDE markers for intellij

* pre-commit -a
  • Loading branch information
midays authored Nov 20, 2023
1 parent 97b6ec8 commit 16a4917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/intellij_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"ide_path": "",
"plugin_cache_path": ""
"ide_path": "/root/.local/share/JetBrains/Toolbox/apps/IDEA-C/ch-2",
"plugin_cache_path": "/root/.windup/tooling/intellij"
}

0 comments on commit 16a4917

Please sign in to comment.