Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1.  
  2. config.json
  3. .profile
  4. 1234567891011121314151617181920212223
  5. # ~/.profile: executed by the command interpreter for login shells.# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login# exists.# see /usr/share/doc/bash/examples/startup-files for examples.# the files are located in the bash-doc package. # the default umask is set in /etc/profile; for setting the umask# for ssh logins, install and configure the libpam-umask package.#umask 022 # if running bashif [ -n "$BASH_VERSION" ]; then # include .bashrc if it exists if [ -f "$HOME/.bashrc" ]; then . "$HOME/.bashrc" fifi # set PATH so it includes user's private bin if it existsif [ -d "$HOME/bin" ] ; then PATH="$HOME/bin:$PATH"fi
  6.  
  7. Problems
  8. Call Hierarchy
  9. Output
  10.  
  11. cancelled
  12. [Error - 1:02:38 PM] Request textDocument/colorPresentation failed.
  13. construct@[native code]
  14. i@https://970-dot-10838357-dot-devshell.appspot.com/bundle.js:41:142053
  15. t@https://970-dot-10838357-dot-devshell.appspot.com/bundle.js:1:635538
  16. t@https://970-dot-10838357-dot-devshell.appspot.com/bundle.js:14:560529
  17. https://970-dot-10838357-dot-devshell.appspot.com/bundle.js:1:281885
  18. https://970-dot-10838357-dot-devshell.appspot.com/bundle.js:1:282184
  19. https://970-dot-10838357-dot-devshell.appspot.com/bundle.js:1:282551
  20. https://970-dot-10838357-dot-devshell.appspot.com/bundle.js:41:49270
  21. f@https://970-dot-10838357-dot-devshell.appspot.com/bundle.js:41:49379
  22. s@https://970-dot-10838357-dot-devshell.appspot.com/bundle.js:41:48743
  23. OUTLINE
  24. No outline information available.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement