kyp

Results 2 comments of kyp

Just hit that issue, a quickfix appears to be replacing ```js import { Bezier } from 'bezier-js'; ``` with ```js import Bezier from 'bezier-js'; ``` in `node_modules/force-graph/dist/force-graph.module.js` (use [patch-package](https://www.npmjs.com/package/patch-package) to...

Experienced the same problem on M1 - for future reference a non-invasive way to propate fixes like https://github.com/microsoft/vscode-cpptools/issues/7413#issuecomment-827172897 without codebase changes seems to be by using `forcedInclude`: 1. Create a...