given the following mocha code:
describe("the outer context", function () {
beforeEach(function() {
this.didRunBeforeEach = true;
});
describe("the inner context", function() {
{ | |
"languageserver": { | |
"cairo1": { | |
"enable": true, | |
"command": "scarb", | |
"args": ["cairo-language-server"], | |
"filetypes": ["cairo"], | |
"rootPatterns": ["Scarb.toml", ".git/"] | |
} | |
} |