Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the plugging doesn't seems to start in unity project #59

Open
felipejoribeiro opened this issue May 28, 2021 · 0 comments
Open

the plugging doesn't seems to start in unity project #59

felipejoribeiro opened this issue May 28, 2021 · 0 comments

Comments

@felipejoribeiro
Copy link

felipejoribeiro commented May 28, 2021

Here goes CocInfo:

## versions

vim version: NVIM v0.5.0-dev+1354-ga282a177d
node version: v14.16.0
coc.nvim version: 0.0.80-825a54d780
coc.nvim directory: /home/fejori/.config/nvim/plugged/coc.nvim
term: xterm-256color
platform: linux

## Log of coc.nvim

2021-05-28T17:35:01.348 INFO (pid:3013) [language-client-index] - cSpell started with 3031
2021-05-28T17:35:01.366 INFO (pid:3013) [services] - registered service "highlight"
2021-05-28T17:35:01.609 INFO (pid:3013) [plugin] - coc.nvim 0.0.80-825a54d780 initialized with node: v14.16.0 after 533ms
2021-05-28T17:35:01.613 INFO (pid:3013) [language-client-index] - highlight started with 3038
2021-05-28T17:35:01.619 INFO (pid:3013) [language-client-index] - Language server "cs" started with 3039
2021-05-28T17:35:04.108 INFO (pid:3013) [attach] - receive notification: showInfo []

My CocConfig is as follows:

{
  "cSpellExt.enableDictionaries": ["portuguese-brazilian"],
  "cSpell.language": "en,pt_BR",
  "cSpell.allowCompoundWords": true,
  "cSpell.minWordLength": 4,
  "cSpell.ignoreRegExpList": [
    "/[\\w._%+-]+/[\\w]+/g",  // Ignore file paths like word/word
    "/\\\\[\\w]+/g"
  ],
  "cSpell.enabledLanguageIds": [
      "csharp",
      "go",
      "javascript",
      "javascriptreact",
      "markdown",
      "php",
      "plaintext",
      "typescript",
      "typescriptreact",
      "yml"
  ],
  "python.pythonPath": "python3",
  "python.analysis.diagnosticPublishDelay": 1,
  "python.linting.enabled": false,
  "python.jediEnabled":false,
  "prettier.disableSuccessMessage": true,
  "omnisharp.version": "latest",
  "omnisharp.trace.server": "information",
  "omnisharp.debug.server": true,
  "javascript.validate.enable":true,
  "javascript.suggestionActions.enabled": false,
  "eslint.options": {
    "allowIndentationTabs": true
  },
  "suggest.completionItemKindLabels": {
      "method": "  ",
      "function": "  ",
      "variable": "[]",
      "field": "  ",
      "typeParameter": "<>",
      "constant": "  ",
      "class": " פּ ",
      "interface": " 蘒",
      "struct": "  ",
      "event": "  ",
      "operator": "  ",
      "module": "  ",
      "property": "  ",
      "enum": " 練",
      "reference": "  ",
      "keyword": "  ",
      "file": "  ",
      "folder": "  ",
      "color": "  ",
      "unit": " 塞 ",
      "snippet": "  ",
      "text": "  ",
      "constructor": "  ",
      "value": "  ",
      "enumMember": "  ",
      "default":"  "
    },
    "diagnostic.warningSign": "!"
}

When i enter in an Unity project and open a Csharp file nothing happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant