Janne Varjo

Results 5 issues of Janne Varjo

**Is your feature request related to a problem? Please describe.** New icons will not become visible to the users due to browser caching and cache headers. **Describe the solution you'd...

feature request

**Module version** ``` "dependencies": { "@nuxtjs/vuetify": "^1.9.1", "nuxt": "^2.11.0" } ``` **Describe the bug** Vuetify critical CSS and theme CSS are not included in the SSR response. Instead they are...

css bug

Related to https://github.com/Janne252/vscode-fontawesome-auto-complete/issues/14 Could try to check if the active file's language matches any language matched by `fontAwesomeAutocomplete.patterns`.

Status: In Progress
Type: Bug

Currently the icon documentation preview markdown is rendered by inlining `base64` encoded svg of the icon. See if we can leverage [SVG sprites](https://fontawesome.com/how-to-use/on-the-web/advanced/svg-sprites) by referencing the sprite via `file://`. It's...

Type: Enhancement

The original setting for enabling the extension for a given file type / language was implemented using glob patterns. Roadmap: - **Setting: Enabling extension for certain file types / languages**...

Type: Enhancement