commit bc4dc881ba
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Tue Nov 21 13:07:39 2023 +0100
adding one more possibility which is lightbulb sparkle and auto-fix
commit a5dfa1f620
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Tue Nov 21 12:55:44 2023 +0100
removing one because should be using zero based ranges
commit 78b29c0b56
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Tue Nov 21 12:49:50 2023 +0100
using the navTree request instead
commit ba1b8fef77
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Tue Nov 21 12:20:38 2023 +0100
polishing the code
commit 5ae767f43a
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Tue Nov 21 12:14:35 2023 +0100
polishing the code
commit fd347bb0e2
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Tue Nov 21 11:03:04 2023 +0100
remembering the class array that was previously set, so not removing the whole class array
commit fd5fd11bfc
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Tue Nov 21 10:54:18 2023 +0100
using the appropriate icon
commit df29259136
Merge: 5285e1d97e633efd8c55
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Tue Nov 21 10:47:18 2023 +0100
Merge branch 'main' into aiday/differentLightBulbDependingOnCodeAction
commit 5285e1d97e
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Mon Nov 20 18:24:45 2023 +0100
making the filtering function synchronous
commit a86c36c6b0
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Mon Nov 20 17:42:11 2023 +0100
adding code in order to also include move to a new file only when on the range of interest
commit 2cedc2ffb4
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Mon Nov 20 17:11:13 2023 +0100
not showing move to file all the time
commit 8f4ade1d3d
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Mon Nov 20 14:50:56 2023 +0100
removing the code which does the selection check
commit 2e0e6c534e
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Mon Nov 20 14:31:55 2023 +0100
adding code in order to execute the AI code action when it is unique
commit a037c7e8e9
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Mon Nov 20 14:05:32 2023 +0100
adding code in order to be able to detect when different code actions partitions appear
commit abd005b78b
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Fri Nov 17 18:07:26 2023 +0100
changing the heuristic of the move to code actions
commit e4886eab7a
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Fri Nov 17 17:25:57 2023 +0100
removing model
commit 79102a983b
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Fri Nov 17 17:25:48 2023 +0100
making lightbub icon appear on empty lines
commit ee8bb3475b
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Fri Nov 17 17:09:15 2023 +0100
directly resolving the code action when it is an ai code action
commit 4d4bcb9b34
Author: Aiday Marlen Kyzy <amarlenkyzy@microsoft.com>
Date: Fri Nov 17 17:02:34 2023 +0100
wip allow lightbulb menu to specify different icons depending on the code actions
* Modified updatePathsOnRename.ts to fix issue where import paths were not being updated when multiple files were moved.
* Removed errant console log
* Changed return statements to continue in for-of loop
---------
Co-authored-by: Stephen Melvin <steve.melvin@dtn.com>
* Add config for running tsserver on custom node
* log when custom node install is used
* create node version manager
* get node path from node version manager everywhere
* modify prompt
* fix useIpc
* use spawn for custom node and set windowsHide
* detect node
* link memory setting to node setting
* Experiment with adding ata using `@types` packages shipped in an extension
* Use own file system instead of `https`
* JS/TS type support on web
* Tsconfig needs esModuleInterop not module:nodenext
We actually want webpack to emit commonjs, but need to write ES default
imports to use node-maintainer
* fix package.json indentation
* Adding setting to disable web type acquisition
* Fix merge of yarn lock
* Fixing merge errors
* Fixing errors
* Pick up package externally
* Fixing conflicts
* Bump version
---------
Co-authored-by: Kat Marchán <kzm@zkat.tech>
Co-authored-by: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com>