Mikhail Bolotov

- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
Mikhail Bolotov created a post, AnsweredInject a custom language into a string literal key in JSProperty
Is that possible to inject a custom language into a string literal key in a JSProperty? -
Mikhail Bolotov created a post, Type of the argument in defineConfig function is not inferred (Cypress 10)
Here is a standard config file in the Cypress.io version 10 and higher: const { defineConfig } = require("cypress");module.exports = defineConfig({}); In VSCode, the 'defineConfig' function call re... -
Mikhail Bolotov created a post, AnsweredHow to inject a language with nested injections
In my plugin, I'm working on adding support for the syntax of some sort of selectors defined within string literals of the host language. A selector can mix some well known languages like CSS and X... -
Mikhail Bolotov commented, -