Michel Rasschaert

Results 5 comments of Michel Rasschaert

@C-Sharp-Coder, If you need this mapping only for decoding, #66 should help :)

Something that works for me is this in `jest.config.js`: ```js module.exports = { // ... globals: { Object: Object, }, // ... } ``` thanks to some code in [jest-environment-jsdom-fifteen](https://github.com/ianschmitz/jest-environment-jsdom-fifteen/blob/eb8b1a07692a068601d022f4ee2e71b1332ab4c7/src/index.ts#L42)

According the article linked above it seems going without a ShadowDOM seems the only practical way. Is this an option that SkateJS would consider adding ? (maybe with only partial...

It seems the extension is not supporting `.tf.json` files as well even though the language server seems to do so https://github.com/hashicorp/terraform-ls/issues/498

@radeksimko In my project I have `.tf.json` files containing data sources (not `.tfvars.json`) and I get no completion from the language server in VS Code when inside the `.tf` files....