Set up the workspace
- Last Updated: December 23, 2025
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Now that you have installed Windsurf and configured the OpenEdge ABL extension, you need to set
up the workspace. A workspace is a physical or virtual environment, which includes the
directory structure, tools, and configurations you set up to develop and manage your
projects. This step ensures:
- All developers have a consistent environment and access to the same codebase.
- You are able to clone the repository, install necessary tools, and configure your workspace.
- The development process is streamlined, thereby minimizing configuration-related errors.
- To prepare your workspace, close Windsurf if it is running and create a new directory at
C:\workspace\myProject.Note: Here
myProjectis a placeholder name for your project directory, which serves as the location for storing project-related files. In actual usage, replacemyProjectwith the name of your specific project. - Open command prompt and navigate to
C:\workspace\myProject. - To start Windsurf from the current directory, run:
windsurf .Note: Ensure you include the dot (.) in this command. - When prompted, select the Trust the authors of all files in the
parent folder checkbox and click Yes, I trust the
authors.
The first time you launch Windsurf, you may receive a prompt requesting access to the OpenJDK binary. Click Allow to proceed.
- To manage restricted mode, locate the Restricted Mode message right below the menu bar and click Manage to adjust settings.