GithubHelp home page GithubHelp logo

liuderchi / ide-yaml Goto Github PK

View Code? Open in Web Editor NEW
20.0 2.0 7.0 4.67 MB

:atom: Atom-IDE support for YAML language

Home Page: https://atom.io/packages/ide-yaml

JavaScript 100.00%
atom-ide atom-package atom-editor atom-plugin yaml yaml-parser language-server-protocol

ide-yaml's Introduction

ide-yaml

apm-download-count ci-status dependency-status

Atom-IDE support for YAML language

demo1

demo2

Features

  • YAML Outline in Outline View
    • Quick navigation by clicking
    • Searching by entering keywords
  • Tooltips for
    • Linter message

Requirements

you need to install following requirements before installing ide-yaml:

  • Atom editor 1.21.0-beta0 or higher version
  • Atom package atom-ide-ui

FAQ

Why I could not download this Atom package?

Please make sure you have installed all softwares in Requirements section.


I've installed ide-yaml. Why there is still nothing shown in Outline View when yaml opened?

Please check the file exists in the Project Tree View so that it can be handled by ide-yaml.

In addition, to show outline view, use Atom command Outline View: Toggle.


How can I customize this package?

Please read CONTRIBUTING.md for more details.


Notes and References

License

MIT License

ide-yaml's People

Contributors

aminya avatar dependabot[bot] avatar liuderchi avatar renovate-bot avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

ide-yaml's Issues

Cannot read property 'children' of undefined

Hi, i'm getting a warning message running both ide-yaml and prettier:

prettier-atom failed: Cannot read property 'children' of undefined

Everytime I format (on every save) a yaml file, it's very annoying. My temporary solution is ... to disable ide-yaml :(

I may have done something wrong but I think not. Also this worked fine until recently, You may say well then it was a prettier update that got this error, but it happen only on yaml files, while I also run other ide packages on my atom with no issue.

Thanks for your help.

Uncaught Error: Connection is closed.

[Enter steps to reproduce:]

  1. Opened a yaml file

Atom: 1.21.1 x64
Electron: 1.6.15
OS: Mac OS X 10.12.6
Thrown From: ide-yaml package 0.4.1

Stack Trace

Uncaught Error: Connection is closed.

At /Users/miket/.atom/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/main.js:606

Error: Connection is closed.
    at /packages/ide-yaml/node_modules/vscode-jsonrpc/lib/main.js:131:28)
    at throwIfClosedOrDisposed (/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/main.js:606:19)
    at Object.sendNotification (/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/main.js:660:13)
    at LanguageClientConnection._sendNotification (/packages/ide-yaml/node_modules/atom-languageclient/build/lib/languageclient.js:242:15)
    at LanguageClientConnection.didChangeWatchedFiles (/packages/ide-yaml/node_modules/atom-languageclient/build/lib/languageclient.js:143:10)
    at ServerManager.projectFilesChanged (/packages/ide-yaml/node_modules/atom-languageclient/build/lib/server-manager.js:233:33)
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:25:20)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:141:34)
    at /Applications/Atom.app/Contents/Resources/app/src/project.js:297:40
    at PathWatcher.onNativeEvents (/Applications/Atom.app/Contents/Resources/app/src/path-watcher.js:671:15)
    at /Applications/Atom.app/Contents/Resources/app/src/path-watcher.js:567:31
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:25:20)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:141:34)
    at NativeWatcher.onEvents (/Applications/Atom.app/Contents/Resources/app/src/path-watcher.js:448:26)
    at handler (/Applications/Atom.app/Contents/Resources/app/src/path-watcher.js:177:15)

Commands

  2x -9:41.2.0 settings-view:install-packages-and-themes (atom-pane.pane.active)
     -9:26.9.0 core:backspace (input.hidden-input)
  3x -9:25.5.0 core:confirm (input.hidden-input)
  2x -6:14.1.0 application:add-project-folder (atom-workspace.workspace.scrollbars-visible-when-scrolling.theme-one-dark-syntax.theme-one-dark-ui)

Non-Core Packages

atom-ide-ui 0.5.3 
autocomplete-python 1.10.3 
busy-signal 1.4.3 
ide-yaml 0.4.1 
intentions 1.1.5 
linter 2.2.0 
linter-js-yaml 1.2.8 
linter-ui-default 1.6.10 

No Highlighting & Perpetual Loading in Outline View

I've installed atom-ide-ui package and ide-yaml package.

I've placed my .yml file into a folder and opened it in project view via "add project folder."

There is no YAML syntax highlighting and outline view is perpetually loading =/

Note: AML file is thousands of lines long so this might also be the issue.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Edited/Blocked

These updates have been manually edited so Renovate will no longer make changes. To discard all commits and start over, click on a checkbox.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

github-actions
.github/workflows/ci.yml
  • actions/checkout v2
  • actions/setup-node v2
npm
package.json
  • atom-languageclient ^1.10.0
  • yaml-language-server ^0.19.2
  • eslint ^7.27.0

  • Check this box to trigger a request for Renovate to run again on this repository

Autocomplete according to Schema.

I have a json schema file called jcasc.schema according to which I want to autocomplete my yaml file.
Redhats VScode yaml extension provides something like this:
https://github.com/redhat-developer/vscode-yaml
yaml.schemaStore.enable: When set to true the YAML language server will pull in all available schemas from JSON Schema Store
yaml.completion: Enable/disable autocompletion
yaml.schemas: Helps you associate schemas with files in a glob pattern

Reorganize Badges in README and Reorganize CI services

  • organize a table of all services/tool this repo required
  • update badges/services/tools
  • apply to other side projects ide-html, ide-css, atom-i18n, gh-template-bot
name badge installation note
downloads [ ] 0 N/A Optional
contributor [ ] 0 N/A Optional
contribution [ ] 0 N/A Optional
issues [ ] 0 N/A Optional
travis [ ] 1 [ ]
eslint N/A [ ]
renovate [ ] 2 [ ] No pin version
David-dep [ ] 2.1 [ ]
David-devdep [ ] 2.2 [ ]
David-peerdep [ ] 2.4 [ ]
codecov [ ] 3 [ ] Optional?
license [ ] 4 N/A

Failed to activate the ide-yaml package

[Enter steps to reproduce:]

  1. git clone to atom packages directory
  2. open atom

Atom: 1.55.0 x64
Electron: 6.1.12
OS: Microsoft Windows 10 Enterprise Insider Preview
Thrown From: ide-yaml package 0.7.1

Stack Trace

Failed to activate the ide-yaml package

At Cannot find module 'atom-languageclient'
Require stack:
- C:\Users\424c4\.atom\packages\ide-yaml\src\main.js
- C:\Users\424c4\AppData\Local\atom\app-1.55.0\resources\app.asar\static\index.html

Error: Cannot find module 'atom-languageclient'
Require stack:
- C:\Users\424c4\.atom\packages\ide-yaml\src\main.js
- C:\Users\424c4\AppData\Local\atom\app-1.55.0\resources\app.asar\static\index.html
    at Module._resolveFilename (internal/modules/cjs/loader.js:627:15)
    at Module._resolveFilename (~/AppData/Local/atom/app-1.55.0/resources/electron.asar/common/reset-search-paths.js:41:16)
    at Function.get_Module._resolveFilename (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:155387)
    at Module.require (/app.asar/static/index.js:61:43)
    at require (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:146720)
    at /packages/ide-yaml/src/main.js:2:32)
    at /packages/ide-yaml/src/main.js:34:3)
    at Module.get_Module._compile (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:147404)
    at Object.value [as .js] (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:150952)
    at Module.load (internal/modules/cjs/loader.js:645:32)
    at Function.Module._load (internal/modules/cjs/loader.js:560:12)
    at Module.require (/app.asar/static/index.js:72:46)
    at require (internal/modules/cjs/helpers.js:16:16)
    at customRequire (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:1:736637)
    at requireModule (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:14:1122229)
    at Package.requireMainModule (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:3509026)
    at Package.activateNow (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:3497010)
    at ~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:14:2607
    at Function.simpleDispatch (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:1190181)
    at Emitter.emit (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:1191622)
    at PackageManager.triggerDeferredActivationHooks (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:384090)
    at ~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:382841

Commands

Non-Core Packages

atom-discord 2.0.2 
atom-ide-ui 0.13.0 
atom-languageclient 0.9.9 
Hydrogen 2.14.7 
ide-yaml 0.7.1 
nv-dark-syntax 1.4.1 
nv-dark-ui 3.0.8 
rzx-dark-ui 1.1.3 

Uncaught Error: Header must provide a Content-Length property.

I get an error.

Atom: 1.40.1 x64
Electron: 3.1.10
OS: Ubuntu 16.04.6
Thrown From: ide-yaml package 0.5.1

Stack Trace

Uncaught Error: Header must provide a Content-Length property.

At /home/roman/.atom/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/messageReader.js:163

Error: Header must provide a Content-Length property.
    at StreamMessageReader.onData (/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/messageReader.js:163:27)
    at Socket.readable.on (/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/messageReader.js:148:18)
    at Socket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:279:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at Socket.Readable.push (_stream_readable.js:219:10)
    at Pipe.onread (net.js:636:20)

Commands

Non-Core Packages

atom-ide-ui 0.13.0 
atom-jinja2 0.6.0 
autocomplete-python 1.16.0 
ide-python 1.4.2 
ide-yaml 0.5.1 
kite 0.172.0 
language-docker 1.1.8 
language-fluentd 1.1.3 
language-groovy 0.7.0 
language-logstash 0.1.7 
language-lua 0.9.11 
multi-cursor 2.1.5 
platformio-ide-terminal 2.9.0 
sort-selected-elements 0.1.0 

yaml outline works just once

Hello.
I am trying to use yaml outline, but it works just once, and then do not matter how many files i'll open, it just doing nothing, and shows nothing, need to restart atom.

Uncaught SyntaxError: Unexpected end of JSON input

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.40.1 x64
Electron: 3.1.10
OS: Mac OS X 10.15
Thrown From: ide-yaml package 0.5.1

Stack Trace

Uncaught SyntaxError: Unexpected end of JSON input

At file:///Applications/Atom.app/Contents/Resources/app.asar/static/index.html:1

SyntaxError: Unexpected end of JSON input
    at JSON.parse (<anonymous>)
    at StreamMessageReader.onData (/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/messageReader.js:182:29)
    at Socket.readable.on (/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/messageReader.js:148:18)
    at Socket.emit (events.js:182:13)
    at addChunk (_stream_readable.js:279:12)
    at readableAddChunk (_stream_readable.js:264:11)
    at Socket.Readable.push (_stream_readable.js:219:10)
    at Pipe.onread (net.js:636:20)

Commands

     -1:14.7.0 core:paste (input.hidden-input)

Non-Core Packages

atom-ide-ui 0.13.0 
find-scroll-marker 0.1.3 
highlight-selected 0.16.0 
ide-json 0.2.1 
ide-ruby 0.4.0 
ide-yaml 0.5.1 
scroll-marker 0.3.2 

Filtering out key words

Ide-yaml package reports correctly that it doesn't know some tags.
However, working with AWS YAML files it reports the AWS Tags ( example !Ref) as an error.
It would be good to filter out some key words or tags.

       Tags:
       - Key: Name
         Value: !Join ['-', [ 'DBClusterParameterGroup', !Ref AWS::StackName ]]   # <- This is flagged as an error

Uncaught TypeError: packageJSON.repository.replace is not a function

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.21.1 x64
Electron: 1.6.15
OS: Ubuntu 16.04.3
Thrown From: ide-yaml package 0.4.0

Stack Trace

Uncaught TypeError: packageJSON.repository.replace is not a function

At /home/dwang/.atom/packages/ide-yaml/src/help_cmd.js:16

TypeError: packageJSON.repository.replace is not a function
    at NotificationElement.onDidClick (/packages/ide-yaml/src/help_cmd.js:16:70)
    at HTMLAnchorElement.<anonymous> (/usr/share/atom/resources/app/node_modules/notifications/lib/notification-element.js:135:48)

Commands

  4x -9:01.0 core:backspace (input.hidden-input)
     -8:58.7.0 intentions:highlight (input.hidden-input)
     -8:58.3.0 core:save (input.hidden-input)
  2x -8:26.3.0 intentions:highlight (input.hidden-input)
     -8:20.5.0 core:copy (input.hidden-input)
     -1:11.9.0 tabs:close-all-tabs (div.title.icon.database-icon.medium-yellow)
     -0:56.5.0 grammar-selector:show (atom-text-editor.editor.enable-atom-ide-find-references.is-focused)
  4x -0:52.9.0 core:backspace (input.hidden-input)
     -0:51.4.0 editor:consolidate-selections (input.hidden-input)
     -0:51.4.0 core:cancel (input.hidden-input)
     -0:26.6.0 intentions:highlight (input.hidden-input)
     -0:26.2.0 command-palette:toggle (input.hidden-input)
     -0:19.6.0 core:confirm (input.hidden-input)
     -0:19.6.0 ide-yaml:help (input.hidden-input)

Non-Core Packages

atom-ide-ui 0.5.1 
busy-signal 1.4.3 
eyaml-profiles 0.1.0 
file-icons 2.1.13 
go-debug 1.5.2 
go-plus 5.5.6 
go-signature-statusbar 1.2.3 
ide-go 0.4.0 
ide-json 0.1.0 
ide-yaml 0.4.0 
intentions 1.1.5 
language-elixir 0.20.3 
language-puppet 0.23.0 
language-terraform 0.8.1 
linter 2.2.0 
linter-ui-default 1.6.10 
nuclide 0.260.0 
platformio-ide-terminal 2.7.0 

autocomplete-ansible traceback output:

autocomplete-ansible traceback output:

Command failed: "/usr/bin/python" "/home/thor/.atom/packages/autocomplete-ansible/libs/parse_ansible.py"
/home/thor/.local/lib/python2.7/site-packages/ansible/parsing/vault/init.py:44: CryptographyDeprecationWarning: Python 2 is no longer supported by the Python core team. Support for it is now deprecated in cryptography, and will be removed in the next release.
from cryptography.exceptions import InvalidSignature
Traceback (most recent call last):
File "/home/thor/.atom/packages/autocomplete-ansible/libs/parse_ansible.py", line 20, in
BLACKLIST_MODULES = plugin_docs.BLACKLIST['MODULE']
AttributeError: 'module' object has no attribute 'BLACKLIST'

Failed to activate the ide-yaml package

[Enter steps to reproduce:]

  1. git clone to atom packages directory
  2. open atom

Atom: 1.55.0 x64
Electron: 6.1.12
OS: Microsoft Windows 10 Enterprise Insider Preview
Thrown From: ide-yaml package 0.7.1

Stack Trace

Failed to activate the ide-yaml package

At Cannot find module 'atom-languageclient'
Require stack:
- C:\Users\424c4\.atom\packages\ide-yaml\src\main.js
- C:\Users\424c4\AppData\Local\atom\app-1.55.0\resources\app.asar\static\index.html

Error: Cannot find module 'atom-languageclient'
Require stack:
- C:\Users\424c4\.atom\packages\ide-yaml\src\main.js
- C:\Users\424c4\AppData\Local\atom\app-1.55.0\resources\app.asar\static\index.html
    at Module._resolveFilename (internal/modules/cjs/loader.js:627:15)
    at Module._resolveFilename (~/AppData/Local/atom/app-1.55.0/resources/electron.asar/common/reset-search-paths.js:41:16)
    at Function.get_Module._resolveFilename (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:155387)
    at Module.require (/app.asar/static/index.js:61:43)
    at require (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:146720)
    at /packages/ide-yaml/src/main.js:2:32)
    at /packages/ide-yaml/src/main.js:34:3)
    at Module.get_Module._compile (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:147404)
    at Object.value [as .js] (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:150952)
    at Module.load (internal/modules/cjs/loader.js:645:32)
    at Function.Module._load (internal/modules/cjs/loader.js:560:12)
    at Module.require (/app.asar/static/index.js:72:46)
    at require (internal/modules/cjs/helpers.js:16:16)
    at customRequire (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:1:736637)
    at requireModule (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:14:1122229)
    at Package.requireMainModule (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:3509026)
    at Package.activateNow (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:3497010)
    at ~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:14:2607
    at Function.simpleDispatch (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:1190181)
    at Emitter.emit (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:1191622)
    at PackageManager.triggerDeferredActivationHooks (~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:384090)
    at ~/AppData/Local/atom/app-1.55.0/resources/app/static/<embedded>:11:382841

Commands

Non-Core Packages

atom-discord 2.0.2 
atom-ide-ui 0.13.0 
atom-languageclient 0.9.9 
Hydrogen 2.14.7 
ide-yaml 0.7.1 
nv-dark-syntax 1.4.1 
nv-dark-ui 3.0.8 
rzx-dark-ui 1.1.3 

atom-ide-ui not recognized in Nuclide bundle

atom-ide-ui is bundled with Nuclide IDE, but this package keeps displaying a warning prompting to install it

This package should recognize Nuclide as satisfying atom-ide-ui dependency

Action Required: Fix Renovate Configuration

There is an error with this repository's Renovate configuration that needs to be fixed. As a precaution, Renovate will stop PRs until it is resolved.

Error type: Preset name not found within published preset config (monorepo:angularmaterial). Note: this is a nested preset so please contact the preset author if you are unable to fix it yourself.

Unknown tag !secret

Please forgive me Im sure this is a simple fix. Im trying to solved an issue with !secret and !include_dir_name in my code. This is for a HassIO install.

I have Atom 1.45.0x64 install with package ide-yaml (0.6.0) and atom-ide-ui (0.13.0)

includes

does this editor support these tags?

ide-yaml install fail

Hi guys, just trying to get this installed in atom. Getting errors. I can't seem to find the file that it says to include. Any ideas? Thanks!

Installing โ€œ[email protected]โ€ failed.Hide outputโ€ฆ

[email protected] install C:\Users\DPERSA~1\AppData\Local\Temp\apm-install-dir-11794-10348-v40d0s.o4gq9cc8fr\node_modules\ide-yaml
napa

[email protected] postinstall C:\Users\DPERSA~1\AppData\Local\Temp\apm-install-dir-11794-10348-v40d0s.o4gq9cc8fr\node_modules\ide-yaml
./build-yaml-lang-server.sh

info cache https://github.com/redhat-developer/yaml-language-server/archive/0.0.1.zip into yaml-language-server
'.' is not recognized as an internal or external command,
operable program or batch file.
npm WARN enoent ENOENT: no such file or directory, open 'C:\Users\DPERSA1\AppData\Local\Temp\apm-install-dir-11794-10348-v40d0s.o4gq9cc8fr\package.json'
npm WARN apm-install-dir-11794-10348-v40d0s.o4gq9cc8fr No description
npm WARN apm-install-dir-11794-10348-v40d0s.o4gq9cc8fr No repository field.
npm WARN apm-install-dir-11794-10348-v40d0s.o4gq9cc8fr No README data
npm WARN apm-install-dir-11794-10348-v40d0s.o4gq9cc8fr No license field.
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Users\dpersakis\AppData\Local\atom\app-1.21.0\resources\app\apm\bin\node.exe" "C:\Users\dpersakis\AppData\Local\atom\app-1.21.0\resources\app\apm\node_modules\npm\bin\npm-cli.js" "--globalconfig" "C:\Users\dpersakis\.atom\.apm\.apmrc" "--userconfig" "C:\Users\dpersakis\.atom\.apmrc" "install" "C:\Users\DPERSA
1\AppData\Local\Temp\d-11794-10348-1383y1m.finhebqpvi\package.tgz" "--runtime=electron" "--target=1.6.9" "--arch=ia32" "--global-style"
npm ERR! node v6.9.5
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE

npm ERR! [email protected] postinstall: ./build-yaml-lang-server.sh
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script './build-yaml-lang-server.sh'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the ide-yaml package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! ./build-yaml-lang-server.sh
npm ERR! You can get information on how to open an issue for this project with:
npm ERR! npm bugs ide-yaml
npm ERR! Or if that isn't available, you can get their info via:
npm ERR! npm owner ls ide-yaml
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! C:\Users\DPERSA~1\AppData\Local\Temp\apm-install-dir-11794-10348-v40d0s.o4gq9cc8fr\npm-debug.log

After uninstall ide-yaml still breaks outline view

IDE-YAML was causing issues with other ide packages. I uninstalled it, and am now presented with errors pertaining to ide-yaml even though the ide-yaml directory and package no longer exist in my system. This seems to indicate modifications which were not reverted on uninstall.

Atom: 1.21.0 x64
Electron: 1.6.9
OS: Mac OS X 10.13
Thrown From: 'ide-yaml' package vundefined

Stack Trace

Uncaught Error: Connection is closed.

At .atom/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/main.js:606

Error: Connection is closed.
    at /packages/ide-yaml/node_modules/vscode-jsonrpc/lib/main.js:131:28)
    at throwIfClosedOrDisposed (/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/main.js:606:19)
    at Object.sendNotification (/packages/ide-yaml/node_modules/vscode-jsonrpc/lib/main.js:660:13)
    at LanguageClientConnection._sendNotification (/packages/ide-yaml/node_modules/atom-languageclient/build/lib/languageclient.js:244:15)
    at LanguageClientConnection.didChangeTextDocument (/packages/ide-yaml/node_modules/atom-languageclient/build/lib/languageclient.js:133:10)
    at TextEditorSyncAdapter.sendFullChanges (/packages/ide-yaml/node_modules/atom-languageclient/build/lib/adapters/document-sync-adapter.js:183:22)
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:25:20)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/event-kit/lib/emitter.js:141:34)
    at /Applications/Atom.app/Contents/Resources/app/src/text-editor.js:636:38
    at Function.module.exports.Emitter.simpleDispatch (/Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/node_modules/event-kit/lib/emitter.js:25:20)
    at Emitter.module.exports.Emitter.emit (/Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/node_modules/event-kit/lib/emitter.js:141:34)
    at DisplayLayer.reset (/Applications/Atom.app/Contents/Resources/app/node_modules/text-buffer/lib/display-layer.js:87:26)
    at TextEditor.module.exports.TextEditor.update (/Applications/Atom.app/Contents/Resources/app/src/text-editor.js:532:31)
    at TextEditor.module.exports.TextEditor.setEditorWidthInChars (/Applications/Atom.app/Contents/Resources/app/src/text-editor.js:897:25)
    at TextEditorComponent.updateModelSoftWrapColumn (/Applications/Atom.app/Contents/Resources/app/src/text-editor-component.js:2114:30)
    at TextEditorComponent.updateSyncBeforeMeasuringContent (/Applications/Atom.app/Contents/Resources/app/src/text-editor-component.js:368:16)
    at TextEditorComponent.updateSync (/Applications/Atom.app/Contents/Resources/app/src/text-editor-component.js:275:16)
    at etch.getScheduler.updateDocument (/Applications/Atom.app/Contents/Resources/app/src/text-editor-component.js:225:46)
    at ViewRegistry.module.exports.ViewRegistry.performDocumentUpdate (/Applications/Atom.app/Contents/Resources/app/src/view-registry.js:187:15)
    at /Applications/Atom.app/Contents/Resources/app/src/view-registry.js:3:65

monosnap 2017-10-09 12-50-17

Non-Core Packages

atom-beautify 0.30.5 
atom-handlebars 1.3.0 
atom-ide-ui 0.4.0 
atom-material-syntax 1.0.6 
autoclose-html 0.23.0 
autocorrect 0.0.4 
autocorrect-en 0.0.3 
busy-signal 1.4.3 
docker 0.8.0 
flex-tab-bar 1.0.1 
fold-lines 0.2.2 
git-history 3.3.0 
git-log 0.4.1 
git-plus 7.9.3 
git-status 0.3.4 
git-time-machine 1.5.9 
highlight-selected 0.13.1 
ide-css 0.2.0 
ide-ember 0.4.2 
ide-html 0.3.0 
ide-json 0.1.0 
ide-typescript 0.6.1 
intentions 1.1.5 
linter 2.2.0 
linter-eslint 8.3.2 
linter-handlebars 2.5.0 
linter-js-yaml 1.2.8 
linter-rubocop 2.2.0 
linter-ruby 1.2.6 
linter-tidy 2.3.1 
linter-ui-default 1.6.10 
markdown-preview-enhanced 0.14.11 
markdown-table-editor 0.6.4 
merge-conflicts 1.4.5 
minimap-plus 4.29.2 
monokai-seti 0.9.0 
platformio-ide-terminal 2.7.0 
project-manager 3.3.5 
ruby-block 0.3.6 
ruby-navigator 0.5.0 
ruby-test 1.0.2 
seeing-is-believing 2.2.3 
seti-ui 1.9.0 
split-diff 1.5.1 
tester 1.4.0 
tester-mocha 1.0.0 

Deeper nesting in outline view not working

Hey there,
I have attached a yml-file with and its generated outline. Shouldn't the fields.info and fields.intro_text be nested under fields? Or is this done like this by intention?

bildschirmfoto 2017-10-14 um 11 17 40

Yaml

hello am completely new to yaml, i have installed yaml and Atom package atom-ide-ui still cant see anything in the text editor please help thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.