Hello to all Leo and vsCode users out there! 🦁I made another release of leoInteg intended this time again for asking all of you to try out and test more features: Full outline and body editing!Checkout the welcome screen that lets you change settings, all outline and body editing commands, undo, ... and a lot more, see the readme at the projects home page: https://github.com/boltex/leointeg
npm WARN notice [SECURITY] set-value has the following vulnerability: 1 high. Go here for more details: https://www.npmjs.com/advisories?search=set-value&version=2.0.1 - Run `npm i npm@latest -g` to upgrade your npm version, and then `npm audit` to get more info. npm ERR! code EAUDITNOPJSON
npm ERR! audit No package.json found: Cannot audit a project without a package.json
On Monday, January 27, 2020 at 11:25:59 PM UTC-6, Félix wrote:> Checkout the welcome screen that lets you change settings, all outline and body editing commands, undo, ... and a lot more
> Executing task: npm run webpack <
> leointeg@0.1.8 webpack C:\leo.repo\leointeg
> webpack --mode development
Starting type checking service...
Using 1 worker with 2048MB memory limit
Child
Hash: ce88cf0b433aca827f95
Version: webpack 4.41.5
Time: 3774ms
Built at: 2020-01-30 12:49:51
Asset Size Chunks Chunk Names
extension.js 255 KiB main [emitted] main
extension.js.map 340 KiB main [emitted] [dev] main
Entrypoint main = extension.js extension.js.map
[./src/constants.ts] 1.12 KiB {main} [built]
[./src/extension.ts] 9.76 KiB {main} [built]
[./src/leoBody.ts] 9.27 KiB {main} [built]
[./src/leoBridge.ts] 5.26 KiB {main} [built]
[./src/leoFiles.ts] 2.21 KiB {main} [built]
[./src/leoIntegration.ts] 62.3 KiB {main} [built]
[./src/leoNode.ts] 2.4 KiB {main} [built]
[./src/leoOutline.ts] 2.41 KiB {main} [built]
[./src/serverService.ts] 3.33 KiB {main} [built]
[./src/webviews/leoSettingsWebview.ts] 4.3 KiB {main} [built]
[child_process] external "child_process" 42 bytes {main} [built]
[fs] external "fs" 42 bytes {main} [built]
[os] external "os" 42 bytes {main} [built]
[path] external "path" 42 bytes {main} [built]
[vscode] external "vscode" 42 bytes {main} [built]
+ 23 hidden modules
WARNING in ./node_modules/ws/lib/buffer-util.js
Module not found: Error: Can't resolve 'bufferutil' in 'C:\leo.repo\leointeg\node_modules\ws\lib'
@ ./node_modules/ws/lib/buffer-util.js
@ ./node_modules/ws/lib/receiver.js
@ ./node_modules/ws/index.js
@ ./src/leoBridge.ts
@ ./src/leoIntegration.ts
@ ./src/extension.ts
WARNING in ./node_modules/ws/lib/validation.js
Module not found: Error: Can't resolve 'utf-8-validate' in 'C:\leo.repo\leointeg\node_modules\ws\lib'
@ ./node_modules/ws/lib/validation.js
@ ./node_modules/ws/lib/receiver.js
@ ./node_modules/ws/index.js
@ ./src/leoBridge.ts
@ ./src/leoIntegration.ts
@ ./src/extension.ts
Child
Time: 3775ms
Built at: 2020-01-30 12:49:51
Asset Size Chunks Chunk Names
main-styles.css 27.9 KiB main-styles [emitted] main-styles
main-styles.js 4.48 KiB main-styles [emitted] main-styles
settings.html 14.7 KiB [emitted]
settings.js 59.8 KiB settings [emitted] settings
Terminal will be reused by tasks, press any key to close it.
I'm very happy and honored to have feedback on my project from Edward himself!
I'll address more issues later when i have more time - but a quick one would be this last point : I forget to mention that the 'edit headline' button is permanent and cannot be removed. (in case thats the icon that you felt should have been gone when unchecking all boxes)
Just a thought: I'm still at work for a while, gotta put some stuff in production tonight,... So for today, I guess I just want to add, to anyone willing to try this extension, to go to this page : https://code.visualstudio.com/api/get-started/your-first-extension and try this out.
I'm in the process of cleaning up the repo and listing specific issues before starting a major rewrite/refactor, but I just thought I'd comment about this here.