From the OmniPascal page on Visual Studio Marketplace:
How to install
- Install Visual Studio Code and open it.
- Open
View -> Command Palette...
and typeext install OmniPascal
- Restart Visual Studio Code and open
File -> Preferences -> User Settings
Add the key
"objectpascal.delphiInstallationPath"
to the right editor and set its value to the Delphi installation path. Don't forget to escape the backslashes! Example:"objectpascal.delphiInstallationPath" = "C:\\Program Files (x86)\\Embarcadero\\Studio\\16.0",
Except that seems to be wrong; it complains that it shouldn't be an =
(equals), but a :
(colon):
I assume that's a typo, and it should be a colon:
But what should the path be?
The page gives the example path as:
C:\\Program Files (x86)\\Embarcadero\\Studio\\16.0
But the animated installation pastes in a path leading to the subfolder source:
Which is it? I only ask because neither path seems to enable suggestions: