personalblog
personalblog

personalblog

My daily experience in crypto world


Excellent question!

8 May 2025 1 minute read 0 comments medeb

1. Excellent question!The colors we see while dreaming are a fascinating phenomenon that is not yet fully understood. However, there are several theories that could explain why we see colors while dreaming, even in a dark room.2. Brain activity: Drea...

Ready to publish

7 May 2025 1 minute read 0 comments medeb

1. Ready to publish:When you're ready to publish your extension to the VS Code Marketplace,you need to create an Azure account and follow the steps outlined in the VS Code documentation.This approach simplifies the development process for those who a...

Locally Distributing Your Extension (.vsix)

6 May 2025 1 minute read 0 comments medeb

1. Locally Distributing Your Extension (.vsix):Installing from .vsix:You can install your extension from the .vsix file generated in VS Code.Open VS Code, go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).Click the "..." menu in the top right c...

Run vsce publish

5 May 2025 1 minute read 0 comments medeb

1 Run vsce publish:After providing the PAT, run the vsce publish command again.The error should no longer appear.2 Security Best PracticesSecure Storage: Store your PAT securely. Avoid submitting it to version control or sharing it publicly.Limited S...

PAT Azure Devops

4 May 2025 1 minute read 0 comments medeb

1. ERROR The Personal Access Token is mandatoryThe error message "ERROR The Personal Access Token is mandatory" meansthat you're trying to perform an operation (most likely publishing a VSCode extension using vsce) that requires authentication with t...

license example

3 May 2025 2 minute read 0 comments medeb

1. Why This Is Important: Transparency: Providing a repository URL allows users to view yourextension's source code, report issues, and contribute.Community: It fosters a sense of community and collaboration.Best Practices: It adheres to the best pra...

Git repo for vscode extension

2 May 2025 1 minute read 0 comments medeb

1. Azure DevOps: Publisher accounts are managed through Azure DevOps.Documentation: The VS Code documentation provides detailed instructionson creating and managing publisher accounts.By following these steps, you'll resolve the missing publisher nam...

vscode missing publisher name

1 May 2025 1 minute read 0 comments medeb

1. Understanding the ErrorThe error "ERROR Missing publisher name. Learn more:https://code.visualstudio.com/api/working-with-extensions/publishingextension#publishing-extensions" indicates that your package.json file ismissing the publisher field, wh...

primeng config

29 Apr 2025 1 minute read 0 comments medeb

Problems Using the PrimeNG APIUsing the PrimeNG API no longer works with recent versions of PrimeNG. This is because the latest versions of PrimeNG have made significant changes to the library architecture, making the use of the previous API obsolete...

tsconfig.json Adjustments (Less Recommended)

28 Apr 2025 1 minute read 0 comments medeb

1.Attempt to adjust your tsconfig.json:You could attempt to adjust your tsconfig.json file to try and resolvethe conflicts. However, this is generally not recommended, as it can leadto unexpected behavior and make your code less maintainable.2. typeR...