Morten Engelhardt Olsen

Results 9 issues of Morten Engelhardt Olsen

This closes #11508 Signed-off-by: Morten Engelhardt Olsen #### What it does Adds `token` to the `Will` file events, in accordance with https://code.visualstudio.com/api/references/vscode-api#FileWillCreateEvent #### How to test #### Review checklist -...

vscode

Atmel Studio 7 is based on VS2015, so this extension works as expected in it.

Adds https://github.com/orhun/flawz/ - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).

review-needed
package-request-needed

Add manifest of the opam cli from https://github.com/ocaml/opam Closes #14217 - [x] I have read the [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).

duplicate
review-needed

### Prerequisites - [X] I have searched all issues/PRs to ensure it has not already been reported or fixed. ### Criteria - [X] Reasonably well-known and widely used (e.g. if...

package-request

### Description ### See [Enable long paths in Windows 10, version 1607, and later](https://learn.microsoft.com/en-us/windows/win32/fileio/maximum-file-path-limitation?tabs=registry#enable-long-paths-in-windows-10-version-1607-and-later) for background. I was running ccache on a project in a deep folder, and it failed...

improvement

…ong path awareness in Windows 10+ This fixes #1595 ccache uses a c library for path access that is functional with long paths on Windows 10+. The only thing missing...

… to it might contain backup paths ('..'), which is not resolved by the zip module This fixes #1866 Spun off from #1865

We (Microchip) have packs that contains paths that are relative and backing up, due to our structure; ```xml ``` This fails to load in pyOCD as it tries to directly...