|
| 1 | +{ |
| 2 | + "scope": "meta.setting-name.just - string - comment", |
| 3 | + "completions": [ |
| 4 | + { |
| 5 | + "trigger": "allow-duplicate-recipes", |
| 6 | + "details": "Later recipes override earlier", |
| 7 | + "kind": ["keyword", "k", "setting"] |
| 8 | + }, |
| 9 | + { |
| 10 | + "trigger": "dotenv-load", |
| 11 | + "details": "Load .env file, if it exists", |
| 12 | + "kind": ["keyword", "k", "setting"] |
| 13 | + }, |
| 14 | + { |
| 15 | + "trigger": "export", |
| 16 | + "details": "Export all variables", |
| 17 | + "kind": ["keyword", "k", "setting"] |
| 18 | + }, |
| 19 | + { |
| 20 | + "trigger": "fallback", |
| 21 | + "details": "Search up directory tree", |
| 22 | + "kind": ["keyword", "k", "setting"] |
| 23 | + }, |
| 24 | + { |
| 25 | + "trigger": "ignore-comments", |
| 26 | + "details": "Ignore # lines in recipes", |
| 27 | + "kind": ["keyword", "k", "setting"] |
| 28 | + }, |
| 29 | + { |
| 30 | + "trigger": "positional-arguments", |
| 31 | + "details": "Pass positional arguments", |
| 32 | + "kind": ["keyword", "k", "setting"] |
| 33 | + }, |
| 34 | + { |
| 35 | + "trigger": "shell", |
| 36 | + "details": "Command for recipes/backticks", |
| 37 | + "kind": ["keyword", "k", "setting"] |
| 38 | + }, |
| 39 | + { |
| 40 | + "trigger": "tempdir", |
| 41 | + "details": "Path to create temp directories", |
| 42 | + "kind": ["keyword", "k", "setting"] |
| 43 | + }, |
| 44 | + { |
| 45 | + "trigger": "windows-shell", |
| 46 | + "details": "Command for recipes/backticks", |
| 47 | + "kind": ["keyword", "k", "setting"] |
| 48 | + }, |
| 49 | + ] |
| 50 | +} |
0 commit comments