Skip to content
Snippets Groups Projects
Select Git revision
  • ad3c3b282bad7d7421aecc33e4d8b1e2b676773a
  • kinetic default protected
  • indigo
  • 0.4.0
  • 0.3.4
  • 0.3.3
  • 0.1.5
  • 0.3.2
  • 0.3.1
  • 0.3.0
  • 0.1.4
  • 0.1.3
  • 0.1.2
  • 0.1.1
14 results

genjava_message_artifacts

Blame
  • java-emf-theia-example.code-workspace 2.19 KiB
    {
      "folders": [
        {
          "path": "./glsp-client"
        },
        {
          "path": "./glsp-server"
        }
      ],
      "settings": {
        "java.checkstyle.version": "8.44",
        "java.checkstyle.configuration": "https://raw.githubusercontent.com/eclipse-emfcloud/emfcloud/master/codestyle/org.eclipse.emfcloud.checkstyle/src/main/resources/emfcloud-checkstyle-8.44.xml",
        "java.configuration.updateBuildConfiguration": "automatic",
        "editor.formatOnSave": true,
        "editor.codeActionsOnSave": {
          "source.organizeImports": "explicit",
          "source.fixAll.eslint": "explicit"
        },
        "eslint.validate": ["javascript", "typescript"],
        "search.exclude": {
          "**/node_modules": true,
          "**/lib": true
        },
        "task.autoDetect": "off",
        "typescript.tsdk": "node_modules/typescript/lib",
        "[css]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
        },
        "[javascript]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
        },
        "[javascriptreact]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
        },
        "[json]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
        },
        "[markdown]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
        },
        "[typescript]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
        },
        "[typescriptreact]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
        },
        "[yaml]": {
          "editor.defaultFormatter": "esbenp.prettier-vscode"
        },
        "markdownlint.config": {
          "MD007": {
            "indent": 4
          },
          "MD030": {
            "ul_single": 3,
            "ul_multi": 3
          },
          "no-inline-html": {
            "allowed_elements": ["br", "details", "summary"]
          }
        }
      },
      "extensions": {
        "recommendations": [
          "dbaeumer.vscode-eslint",
          "esbenp.prettier-vscode",
          "DavidAnson.vscode-markdownlint",
          "shengchen.vscode-checkstyle",
          "vscjava.vscode-java-pack"
        ]
      },
      "launch": {
        "compounds": [
          {
            "name": "Launch TaskList Theia backend with external GLSP Server",
            "configurations": [
              "Launch TaskList GLSP Server",
              "Launch TaskList Theia Backend (External GLSP Server)"
            ]
          }
        ]
      }
    }