vsc-base icon indicating copy to clipboard operation
vsc-base copied to clipboard

Common methods for vscode extensions and vsc-script.

Results 58 vsc-base issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

I see that all the settings go into `package.json` but that doesn't work well with projects that are shared by many people. I can't add settings to `package.json` if I'm...

I'd like to see builtin modules seperate from my installed ones. For example `path` and `fs`.

Currently I get this. ```ts import { Command } from '../command'; import type { GuildChannel, Message, TextChannel } from 'discord.js'; ``` If I remove the `type` specifier it'll sort like...

I'd love support for Vue files! for **vsc-organize-imports**

Feature request
vsc-organize-imports

[alfnielsen.vsc-organize-imports-unresponsive.cpuprofile.txt](https://github.com/alfnielsen/vsc-base/files/5048948/alfnielsen.vsc-organize-imports-unresponsive.cpuprofile.txt) - Issue Type: `Performance` - Extension Name: `vsc-organize-imports` - Extension Version: `0.1.10` - OS Version: `Windows_NT x64 10.0.20170` - VSCode version: `1.47.3` :warning: Make sure to **attach** this file...

vsc-organize-imports

This will cater to the scenario where a template needs to ensure a directory exists, but not fail if it does.

Ts has this feature, so it should be possible to hook into it and add it: https://github.com/microsoft/TypeScript/blob/master/src/services/organizeImports.ts

Feature request
vsc-organize-imports