Class VscodeConfigurator

All Implemented Interfaces:
Generator, Renamable, ResourceProvider

The VscodeConfigurator provides the resource VscodeConfiguration. The configuration consists of the configuration files:

  • .vscode/settings.json
  • .vscode/launch.json
  • .vscode/tasks.json

Each generated data structure can be post processed by a corresponding adapt method before being written to disk.

VS Code relies on the .project and .classpath files as used by eclipse for its java support. Currently, the configurator does not generate these files. Use the eclipse configurator in addition.