https://www.dendron.so/ logo
Join Discord
Powered by
# questions
  • k

    kevins8

    09/20/2020, 3:58 AM
    try that
  • i

    imalightbulb

    09/20/2020, 4:00 AM
    the content wouldn't appear (i reloaded my index)
  • k

    kevins8

    09/20/2020, 4:05 AM
    https://www.loom.com/share/25eab11d3b0f45fca0e40e25a55a1a98
  • i

    imalightbulb

    09/20/2020, 4:06 AM
    hmm, let me reload vsc and try
  • i

    imalightbulb

    09/20/2020, 2:33 PM
    "o.map is not a function"
  • i

    imalightbulb

    09/20/2020, 2:34 PM
    when i run build pod this error occurs
  • k

    kevins8

    09/20/2020, 2:34 PM
    so most likely, thats bad yaml somewhere. can you show me the full output?
  • i

    imalightbulb

    09/20/2020, 2:34 PM
    only one line
  • i

    imalightbulb

    09/20/2020, 2:35 PM
    I'll check my schema
  • i

    imalightbulb

    09/20/2020, 2:36 PM
    hmm no problem
  • k

    kevins8

    09/20/2020, 2:36 PM
    what happens when you run
    reload index
    ?
  • i

    imalightbulb

    09/20/2020, 2:36 PM
    the o map is not a function pops up only
  • k

    kevins8

    09/20/2020, 2:37 PM
    can you show me the logs: https://www.loom.com/share/d1983753684e48a2b0592bbbbbbb6be5 ?
  • i

    imalightbulb

    09/20/2020, 2:59 PM
    I solved it @User
  • i

    imalightbulb

    09/20/2020, 2:59 PM
    because of the schema
  • i

    imalightbulb

    09/20/2020, 2:59 PM
    some files aren't exist
  • k

    kevins8

    09/20/2020, 3:04 PM
    nice!
  • u

    user

    09/21/2020, 9:41 AM
    Does Dendron's functionality depend on being in a workspace currently? I always get prompted to open the workspace by vscode when I
    code .
    into my dendron folder. Would using LSP solve that problem if it is the case?
  • g

    grndstt

    09/21/2020, 8:32 PM
    I cannot make the snippet autocompletion to work .... The editor.suggest.showSnippets is turned on
  • g

    grndstt

    09/21/2020, 8:32 PM
    is it the tab not working ?
  • k

    kevins8

    09/21/2020, 10:15 PM
    @User it does right now. that's because we're aligning dendron workspaces with vscode workspaces though this might change in the future
  • k

    kevins8

    09/21/2020, 10:15 PM
    is this something you would prefer not to be the case?
  • k

    kevins8

    09/21/2020, 10:17 PM
    @User this is due to one of a default setting in the workspace. you can turn it off by following these instructions: https://dendron.so/notes/9eca1992-7540-4d9d-97fb-328b27748b2c.html#cant-autocomplete-snippets-inline
  • g

    grndstt

    09/22/2020, 4:29 AM
    @User Actually the option is on
  • g

    grndstt

    09/22/2020, 4:29 AM
    Copy code
    {
      "editor.suggest.showSnippets": true,
      "editor.tabCompletion": "on",
      "editor.snippetSuggestions": "top",
      "editor.quickSuggestions": true
    }
  • g

    grndstt

    09/22/2020, 4:29 AM
    this is what I added for now in my settings.json
  • g

    grndstt

    09/22/2020, 4:30 AM
    ... not working 😦
  • k

    kevins8

    09/22/2020, 4:31 AM
    do you have specific markdown settings that are interfering? they are separate markdown settings that override the global editor settings
  • g

    grndstt

    09/22/2020, 4:31 AM
    I dont think so ... but could be. How would I check these ?
  • k

    kevins8

    09/22/2020, 4:31 AM
    Copy code
    "settings": {
            ...
            "[markdown]": {           
                "editor.snippetSuggestions": "none"
            },
1...727374...757Latest