-
From https://github.com/Microsoft/vscode/issues/60918
**TypeScript Version:** 3.2.0-dev.20181019
**Search Terms:**
- rename
- path rename
**Code**
For a simple js project
`jsconfig…
mjbvz updated
4 months ago
-
Hey guys, I have recently had a problem with this extension. I get this error in all ajax cruds created.
Could any one help me with this? Thanks
-
Awesome plugin, exactly what we were looking for, but the plugin does not seem to resolve import paths which use aliases defined in `tsconfig`.
In our project we import like:
```js
import Some…
-
For example I have the next config:
```
paths: {
'my-module': 'js/my-module/my-module'
}
```
```
Now when I do:
require(['my-module'], function () {
alert('Hello')…
-
I have a typescript project with `moduleResolution: 'NodeNext'`. In my `tsconfig.json`, I have set up an alias which points directly to a file. In the ES spec, this would be _with_ the file extension,…
-
Hello, with 0.25.1 I get this new FTBFS on ppc64el with -O3, and I don't know how to fix
```
/bin/bash ../../libtool --tag=CC --tag CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -D'OPENSC_CON…
-
If you attempt to create a menu entry for a node at /about, you can enter `about` into the menu UI, and it knows that's an alias. The menu entry it saves is actually for the system path, at `node/2`. …
-
Hi!
I'm very surprised this barrel files problem is being fixed only now, but rather later than never... However, I encounter multiple issues. Seeing you're active on the issues here and fix the bugs…
-
### Describe the feature
When running `cdk init`, I want to pass projectName as a command option.
### Use Case
I'm always frustrated when I have to manually change the stack name and file n…
-
### What docker image(s) are you using?
minimal-notebook
### How to Reproduce the problem?
1. Update /opt/conda/.condarc with some config that makes it obvious whether this config is being picked …