Gert-dev / php-ide-serenata

Atom IDE package that integrates the Serenata server to provide PHP code assistance
https://serenata.gitlab.io/
Other
275 stars 19 forks source link

After successful installation, the console will report an error #474

Closed linjialiang closed 5 years ago

linjialiang commented 5 years ago

After successful installation, the console will report an error

图片

The interface I use is atom-ide-community

C:\Users\xxx>atom -v

Atom    : 1.39.1
Electron: 3.1.10
Chrome  : 66.0.3359.181
Node    : 10.2.0
Community Packages (49) C:\Users\xxx\.atom\packages
├── aesthetic-ui@4.0.0
├── atom-beautify@0.33.4
├── atom-ide-datatip@0.11.0
├── atom-ide-definitions@0.3.2
├── atom-ide-markdown-service@1.2.3
├── atom-ide-signature-help@0.7.1
├── atom-material-syntax@1.0.8
├── atom-ternjs@0.19.1
├── autoprefixer@4.1.0
├── busy-signal@2.0.1
├── city-lights-syntax@1.1.8
├── color-picker@2.3.0
├── docblockr@0.13.7
├── double-tag@1.7.0
├── editorconfig@2.5.0
├── emmet@2.4.3
├── ex-mode@0.18.0
├── file-header@1.13.9
├── file-icons@2.1.33
├── git-time-machine@2.1.0
├── intentions@1.1.5
├── language-dotenv@1.2.0
├── language-ini@1.21.0
├── language-nginx@0.8.0
├── linter@2.3.0
├── linter-eslint@8.5.5
├── linter-ui-default@1.7.1
├── markdown-preview-enhanced@0.16.3
├── merge-conflicts@1.4.5
├── minimap@4.29.9
├── minimap-bookmarks@0.4.2
├── minimap-git-diff@4.3.1
├── minimap-linter@2.2.1
├── minimap-quick-highlight@1.0.1
├── minimap-split-diff@0.3.7
├── monokai@0.24.0
├── notepad-plus-plus-syntax@0.2.11
├── open-in-browser@0.5.2
├── php-ide-serenata@4.5.3 (disabled)
├── pigments@0.40.2
├── platformio-ide-terminal@2.9.3
├── project-manager@3.3.7
├── quick-highlight@0.13.0
├── relative-numbers@0.9.0
├── remote-ftp@2.2.2
├── split-diff@1.6.0
├── sync-settings@0.8.6
├── tree-view-git-status@1.5.2
└── vim-mode-plus@1.36.0
Gert-dev commented 5 years ago

Hi. I don't think this is an issue in this package. There appears to be some code that uses deprecated functionality, but this package doesn't use buffers (at least not directly), IIRC.

Thanks for taking the time to report an issue anyway!