mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
Remove unnecessary '\' character
This commit is contained in:
parent
20f55c386d
commit
d2cc22a461
@ -67,7 +67,7 @@ After that every time compilation is run in the test IDE, the build process wil
|
||||
|
||||
The build process has built-in self-cpu-profiling capabilities. To enable them do the following:
|
||||
|
||||
1. Copy `<ide-home>/lib/yjp-controller-api-redist.jar` and `<ide-home>/bin/yjpagent.\*` files to `<ide-system-dir>/compile-server`
|
||||
1. Copy `<ide-home>/lib/yjp-controller-api-redist.jar` and `<ide-home>/bin/yjpagent.*` files to `<ide-system-dir>/compile-server`
|
||||
|
||||
2. In "Settings \| Compiler \| Additional compiler process VM options" field enter `-Dprofiling.mode=true`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user