Interface VscodeConfiguration

All Superinterfaces:
FileResource, IOResource, Resource

public interface VscodeConfiguration extends FileResource
A resource request for the VSCode configuration files. The request results in the configured project's directory.
  • Method Details

    • of

      static VscodeConfiguration of(Project project)
      Creates a new VscodeConfiguration from the given values.
      Parameters:
      project - the project
      Returns:
      the eclipse configuration