-
-
Notifications
You must be signed in to change notification settings - Fork 59
Conversation
So with |
@YevhenKap yes we use local packages but only use files from other packages that are published on npm i want to even limit usage to only main entry of package so that file structure inside package is private and only main entry is used by other packages |
41ee42c
to
0621248
Compare
0621248
to
d047745
Compare
@thecotne move |
And probably we should remove |
with latest changes if i open extension in debug mode it works but packaged version still does not work (i think it's an issue with dependencies) @YevhenKap
try latest version in debug mode (make sure to install dependencies and rebuild both cli and core)
it is moved see https://github.com/JSMonk/hegel/pull/260/files#diff-24c73412592dac9d8b9a739107c2c905
this was the problem after updating paths it started working in debug mode
all packages must explicitly list there dependencies because this is monorepo not monolith packages are still separate it's just they are developed and tested together to ensure compatibility and to simplify implementation of features that need changes in multiple packages |
@JSMonk i expected VS Code extension to only contain language server client and language server itself to be part of cli like it is with flow (not sure about typescript) so language server and cli in project is same version even if you have alpha/beta release of cli or old version of cli @JSMonk also wanted to ask are you ok with removing typescript from |
Language server requires some values from |
And at current time we cannot package extension by |
at this point i think it's in working condition and ready to be reviewed/merged... |
@YevhenKap, will merge it after your approval. |
I think it can be merged. Maybe @thecotne should resolve conflict? |
507bc4f
to
44b9a8c
Compare
@YevhenKap resolved |
@thecotne you are cool man) |
i am trying to make this one workspace for vscode so you can compile and test everything at same time
this needs to be updated after #257 and #258 is mergedalso language-server does not work for reasons beyond my comprehension :Dcurrently debug mode works and
vsix
version does not