@@ -58,7 +58,7 @@ The installable P2 repository is generated in `com.microsoft.copilot.eclipse.rep
5858 * Select * File > Import... > General > Existing projects into Workspace* ,
5959 select the root directory of the copilot-for-eclipse git repo,
6060 activate the check box * Search for nested projects* , and finish the wizard.
61- * Do also import the agent bundle for your OS (e.g., ` com.microsoft.copilot.eclipse.core.agent.win-x64 ` )
61+ * Do also import the agent bundle for your OS (e.g., ` com.microsoft.copilot.eclipse.core.agent.win32 ` )
6262 after building the project with npm and maven or import all OS-specific agent bundles.
63632 . Activate one of the target platforms, i.e. open one of the target definition files and select ` Set As Active Target Platform ` .
6464 * target-terminal.target (Eclipse 4.37+)
@@ -69,7 +69,7 @@ The installable P2 repository is generated in `com.microsoft.copilot.eclipse.rep
6969 * Select Type="Project Relative Configuration", ** name="copilot4eclipse"** , and choose the location using the * Browse...* button.
7070 The ` checkstyle.xml ` file is in the git repository root folder in the project "github-copilot-for-eclipse".
71714 . Use the launch configurations in the ` launch/ ` directory, e.g. for launching a new Eclipse IDE with Copilot plug-ins.
72- * Check the selected plug-ins in your launch configuration (in * Plug-ins* tab)and remove any OS-specific agent bundle that does not fit
72+ * Check the selected plug-ins in your launch configuration (in * Plug-ins* tab) and remove any OS-specific agent bundle that does not fit
7373 to your OS and remove all test bundles from the selected plug-ins from your Eclipse workspace.
7474 * Validate your config and ensure that all dependencies are resolved.
7575 Try * Select Required* button if something is missing.
0 commit comments