Select the types of activity you want to include in your feed.
1return { 2 cmd = { "vue-language-server", "--stdio" }, 3 filetypes = { "vue" }, 4 root_markers = { "package.json" }, 5 capabilities = { 6 workspace = { 7 didChangeWatchedFiles = { 8 dynamicRegistration = true, 9 }, 10 }, 11 }, 12}