mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
runIde.ideDir: update sample scripts
This commit is contained in:
parent
6bfae4040c
commit
3ccaa9fd66
@ -54,7 +54,7 @@ The snippet below is an example of configuring the Setup and Running DSLs in a <
|
||||
runIde {
|
||||
// Absolute path to installed target 3.5 Android Studio to use as IDE Development Instance
|
||||
// The "Contents" directory is macOS specific.
|
||||
ideDir = '/Applications/Android Studio.app/Contents'
|
||||
ideDir = file('/Applications/Android Studio.app/Contents')
|
||||
}
|
||||
```
|
||||
|
||||
|
@ -120,7 +120,7 @@ intellij {
|
||||
runIde {
|
||||
// Absolute path to the installed targetIDE to use as IDE Development Instance
|
||||
// Note the Contents directory must be added at the end of the path for macOS.
|
||||
ideDir = '/Users/$USERNAME$/Library/Application Support/JetBrains/Toolbox/apps/PhpStorm/ch-0/192.7142.41/PhpStorm.app/Contents'
|
||||
ideDir = file('/Users/$USERNAME$/Library/Application Support/JetBrains/Toolbox/apps/PhpStorm/ch-0/192.7142.41/PhpStorm.app/Contents')
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user